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
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
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
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