filoe / cscore

An advanced audio library, written in C#. Provides tons of features. From playing/recording audio to decoding/encoding audio streams/files to processing audio data in realtime (e.g. applying custom effects during playback, create visualizations,...). The possibilities are nearly unlimited.
Other
2.17k stars 450 forks source link

FLAC decoder and the Left/Side channel assignment #21

Closed OronDF343 closed 8 years ago

OronDF343 commented 8 years ago

I encoded a FLAC file (with the official encoder) and the FLAC decoder in CSCore doesn't decode it properly. The left channel plays back properly but the right channel doesn't. In VLC both play back correctly. This is probably because the file uses Left/Side channel assignment (https://www.xiph.org/flac/format.html#frame_header) (This was decided by the encoder, I just used the default settings.) Since this can't be reproduced with most files, here is a link to the file: http://www.mediafire.com/download/f2i46rczmlefctb/mpm8.flac

EDIT: Seems to work in CSCore v1.1.0 alpha... sorry for wasting your time

filoe commented 8 years ago

You may tell me why you closed the issue?

OronDF343 commented 8 years ago

See edit.

filoe commented 8 years ago

Oh, did not see that. Thank you!