I have a raw audio stream with .raw
extension and the stream options are
1 channel.
16bit little endian.
Rate 16K.
I need to apply some kind of transformation on that raw stream like FFT
and provide a Spectrogram
in the browser to the user.