Re: [go-nuts] Re: OpenAL and microphone on macos using the mobile pkg

2019-03-08 Thread whitehexagon via golang-nuts
Ah of course, it has to rebuild per target platform. Looking further at the mobile API I'm not sure it includes the Capture part of OpenAL anyway. I'll have a look at kotlin-native for this part of my functionality. Thank you for your help. Peter On Friday, 8 March 2019 10:36:41 UTC+1, Elia

Re: [go-nuts] Re: OpenAL and microphone on macos using the mobile pkg

2019-03-08 Thread Elias Naur
On Thu, Mar 7, 2019 at 11:11 PM whitehexagon via golang-nuts wrote: > > Thanks! That got me some steps further down the rabbit hole :) > > gomobile: the Android requires the golang.org/x/mobile/exp/audio/al, but the > OpenAL libraries was not found. Please run gomobile init with the -openal > fl

[go-nuts] Re: OpenAL and microphone on macos using the mobile pkg

2019-03-07 Thread whitehexagon via golang-nuts
Thanks! That got me some steps further down the rabbit hole :) gomobile: the Android requires the golang.org/x/mobile/exp/audio/al, but the OpenAL libraries was not found. Please run gomobile init with the -openal flag pointing to an OpenAL source directory. So first I tried 'brew reinstall --b

[go-nuts] Re: OpenAL and microphone on macos using the mobile pkg

2019-03-07 Thread mail
On Thursday, March 7, 2019 at 7:13:56 PM UTC+1, whiteh...@googlemail.com wrote: > > go1.12 macos 10.12.4 > > I haven't been able to find a Go example of this being used so far. > However I found a C example that I'm porting over to Go that access the > microphone. > > All I'm doing so far is