Using stmem, play the file into memory, creating it's waveform for purposes of a analysis, and then save the data you want, dump the rest. The reason it's appealing is that it could scan any file openable via libvlc which is many... It's not something that would happen live. It would be a background...
I have libVLC integrated into a Visual C project and we are playing files fine. We are looking to obtain the replay gain values, and detect silence in the files we are playing. Does anyone have any information about how this could be accomplished in theory if we wrote our own analysis code? VLC has ...
Completely parsing something before playback is something that should be avoided with VLC. We are using libvlc inside of a media player app we are working on. We need to first parse the file and generate it's waveform so we can determine the file's start time (silence detection) and fade out point ...