Skip to content

Install on Windows 10 or later using WSL V.2 Fully automated installation

lwvmobile edited this page Dec 28, 2022 · 21 revisions

WARNING: Link contains references to 'pulseaudio' branch, please remove any references in code prior to running; use the main branch; remove any references to --branch pulseaudio before running.

You can download the full package from here: Download

INSTALLATION

If you are running Home Edition please foolow this guide before proceed with point 1

  1. Run Prerequisites.bat with elevated privileges (as administrator)
  2. Reboot
  3. Run Install.bat (as local user)

If something is not working try to install "wsl_update_x64.msi", reboot and retry last point (3)

RUN

  • if you want "Live" decoding use "StartLiveDecoder.bat" under %userprofile%:
    • look in %userprofile%/OUT folder, you will find:
      • decoded live.wav track with decoded output
      • log

NB: default configuration runs on Line 1 Virtual Audio Cable (software provided as VAC here), if you don't you have to edit sender.py at line 41, replace 'Line 1 (Virtual Audio Cable)' with your preferred interface To list all audio interface you can run list_input.py

  • if you want "Offline wav" decoding:
    • move your wav files to %userprofile%/DMR/IN (don't worry for sample rate, channels,... everything will be converted before the decode process)
    • use "StartDecoder.bat" under %userprofile%/DMR/
    • look in %userprofile%/DMR/OUT folder, you will find:
      • original wav track
      • decoded wav track
      • MBE files
      • log

ALL LINK ARE ON DESKTOP IN DMR FOLDER!

KNOWN ISSUES

  • Live not working in WSL v.1
  • Require wsl_update_x64.msi manual installation
  • You need to follow this guide if you are running Home Edition

BUGFIX

  • wav file with spaces (correction date 21 Aug 2022)
  • link creation on desktop (correction date 22 Aug 2022)
  • realtime audio output (correction date 21 Aug 2022)
  • StartLiveDecoder working dir link (correction date 23 Aug 2022)
  • Install folder issue (correction date 23 Aug 2022)

TEST

Tested on:

  • Windows 10
  • Windows 11