direwolf
direwolf copied to clipboard
FEATURE REQUEST - flag to list audio devices
It would be great to allow a flag such as --list or -d l that would output the list of audio devices.
This would allow me to create a wrapper for direwolf on windows that detects if the device number has changed.
I also attempted to pipe the output of direwolf to a text file with
call direwolf >log.txt
but, while it creates the log.txt file and displays nothing on screen, the log file is empty and does not include the audio device list.
I also tried the -l . flag, but this did not create any files in the directory. Im guessing it is waiting for something to happen other than the expected startup?