Apologies for asking this in the issue tracker, I didn't see any forum linked from the README.
I have an av.AudioFrame
<av.AudioFrame 0, 1024 samples at 48000Hz, mono, fltp at 0x7ffa7f939ec8>
but calling .to_nd_array() on it gives me this error
(Pdb) frame.to_nd_array()
*** AssertionError: ("Don't know how to convert data type", 'fltp')
how can I see the samples?
Apologies for asking this in the issue tracker, I didn't see any forum linked from the README.
I have an av.AudioFrame
but calling
.to_nd_array()on it gives me this errorhow can I see the samples?