Hi
I'm currently writing a program which listens to a HID (sliders and buttons) and controls a karaoke program with these inputs. Grabbing input and sending commands with websockets work, but now I need to record the audio output as well.
"C:/Program Files/mingw-w64/x86_64-5.3.0-posix-seh-rt_v4-rev0/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lportaudio
collect2.exe: error: ld returned 1 exit status "
Does anyone know a simple way to record audio output using go on Windows 10? I don't want to tinker lots of hours to finally surrender anymore.
Regards,
Dominik