bitfocus / companion-module-vbaudio-voicemeeter

MIT License
1 stars 2 forks source link

Recorder Load track doesn't work #13

Closed KLyvers closed 6 months ago

KLyvers commented 6 months ago

Describe the bug Trying to configure a button to load an MP3 file on the recorder for playback. The same file loads directly in the application and plays without issue.

To Reproduce Build local companion to Voicemeeter (not using proxy) Add button -> Press action -> Voicemeeter: Recorder - Load Track Provide absolute file path to file, including extension (C:\Users\KLyvers\Documents\Music\song.mp3) On press of button Voicemeeter shows "undefined" where it would show the file path and "Error: Cannot open File"

Of note: did try adding single and double quotes around the path in the Filepath section of button configuration.

Expected behaviour A native streamdeck plugin uses this same path to load file and play

Screenshots If applicable, add screenshots to help explain your problem.

System (please complete the following information):

Additional context

thedist commented 6 months ago

A load track bug was fixed last month, try a newer version of Companion as the one you're on is quite a while back.

KLyvers commented 6 months ago

The plugin included with Companion 3.2.0+6647-beta-5aec8e7e does resolve this issue. Thank you!