You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying gomobile with the OpenAL module (https://godoc.org/golang.org/x/mobile/exp/audio/al). I need to pass raw byte data, but it seems this library only provides ints and floats. Am I missing something?
The text was updated successfully, but these errors were encountered:
I'm not quite sure what you mean by raw byte data, what data are we talking about? I've never used OpenAL but you can take a look at the wav encoder that write PCM data to a wav container/file. https://github.com/go-audio/wav/blob/master/encoder.go#L63
I am trying gomobile with the OpenAL module (https://godoc.org/golang.org/x/mobile/exp/audio/al). I need to pass raw byte data, but it seems this library only provides ints and floats. Am I missing something?
The text was updated successfully, but these errors were encountered: