NAudio icon indicating copy to clipboard operation
NAudio copied to clipboard

Livestream support

Open Last8Exile opened this issue 5 months ago • 0 comments

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).

Last8Exile avatar Oct 01 '24 23:10 Last8Exile