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 working on a project that involves audio decoding. Unlike video frames, audio data packets are represented as float **, how do I carry this forward to Haxe by using ammer? How do I represent and use this type in Haxe?
Is this appropriate? ammer.ffi.ArrayDynamic<ammer.Pointer<"float">>
The text was updated successfully, but these errors were encountered:
I am working on a project that involves audio decoding. Unlike video frames, audio data packets are represented as
float **
, how do I carry this forward to Haxe by using ammer? How do I represent and use this type in Haxe?Is this appropriate?
ammer.ffi.ArrayDynamic<ammer.Pointer<"float">>
The text was updated successfully, but these errors were encountered: