In my plugin integration, I want to add recorded audio visualization(audio spectrogram) using an external lib like bass .net or naudio. How can I get audio data from a recorded video?
I tried RawVideoSource but it seems to contain only video data.
RawVideoSource rw = new RawVideoSource(camera);
rw.Init();
var rawData= rw.GetNearest(_startTime);