MoritzBrueckner / aura

A fast and lightweight 3D audio engine for Kha.
41 stars 3 forks source link

Cast AudioBufferChannelView to Float32Array #5

Closed tong closed 1 year ago

tong commented 1 year ago

Fixes: .../Subprojects/aura/Sources/aura/channels/ResamplingAudioChannel.hx:61: characters 67-89 : aura.types.AudioBufferChannelView should be kha.arrays.Float32Array ../Subprojects/aura/Sources/aura/channels/ResamplingAudioChannel.hx:61: characters 67-89 : ... For function argument 'sourceData'

MoritzBrueckner commented 1 year ago

Thanks, looks like I forgot to include this in one of my recent commits 😅