Re: [go-nuts] Re: Go+Windows+Audio

2024-01-22 Thread Gustavo Vargas
Tobias, Awesome blog post! Solved my issue in here! Thanks! Em domingo, 5 de fevereiro de 2023 às 21:26:31 UTC-3, Tobias Wellnitz escreveu: > Alberto, > > I'm using Docker for cross-compiling my cgo apps. One project of mine ( > remoteAudio ) requires porta

Re: [go-nuts] Re: Go+Windows+Audio

2023-02-05 Thread Tobias Wellnitz
Alberto, I'm using Docker for cross-compiling my cgo apps. One project of mine ( remoteAudio ) requires portaudio (and a couple of other C libraries like pkgconfig and libopus). You can find the cross-compilation chain at github.com/dh1tw/remoteAudio-xcompile

[go-nuts] Re: Go+Windows+Audio

2023-02-04 Thread alberto sansegundo
Hello, im now facing this same problem, did you managed to solve it? El lunes, 7 de noviembre de 2016 a las 18:16:37 UTC+1, d.sh...@gmail.com escribió: > Hi all. > > I've tried to get access to Windows audio from Go program but failed. That > I did below: > 1. Downloaded and built Portaudio (it