naudio / NAudio

Audio and MIDI library for .NET
MIT License
5.58k stars 1.1k forks source link

Livestream support #1186

Open Last8Exile opened 1 month ago

Last8Exile commented 1 month ago

Current Mp3FileReaderBase create table of contents until end of stream is reached. For infinite live streams this will not work. Skipping CreateTableOfContents(); when mp3Stream.Lengh == 0 just works unless seeking is required.

I am also looking into adding live stream support to other readers (MediaFoundationReader already working with them).