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.
I tried to compile and run portaudio, but I cannot install the golang wrapper (https://github.com/gordonklaus/portaudio) as it always returns with the following error: "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 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
