Closed florianraffl closed 5 years ago
Hi Florian,
You'll have to implement the encodings yourself, as I only migrated 44k Stereo. It was a painful task from what I remember. You should find that the naming conventions from the source library map pretty well to this one.
Hi,
I'm just trying to convert a 8k Stereo PCM audio stream to OGG with Your Example Code and failed with that. I tried it with a 192k Stereo MP3 File and it worked fine. Now is the question what do I have to change to make it work with my PCM Stream.
My Code is similar to Your code at: https://github.com/SteveLillis/.NET-Ogg-Vorbis-Encoder/blob/master/OggVorbisEncoder.Example/Encoder.cs
I have also attached my WAV file which i used to convert. (I just had to put it in a ZIP Archive because Githup doesn't support to upload a WAV file) WAV File.zip
I would be very grateful if You could help me!
Thanks a lot, Florian Raffl