SteveLillis / .NET-Ogg-Vorbis-Encoder

Ogg Vorbis audio encoding library written in C#
MIT License
69 stars 16 forks source link

Added Example with streaming instead of byte[] #16

Closed FriesBoury closed 2 years ago

FriesBoury commented 2 years ago

Added a second example where the Encoder is modified to work with streams instead of byte[].

cabauman commented 2 years ago

Nice. Thanks for the PR.

Would you mind changing the name of the project to OggVorbisEncoder.StreamExample (or something like that)? I guess it would make sense to rename the other one to OggVorbisEncoder.BytesExample.

FriesBoury commented 2 years ago

Nice. Thanks for the PR.

Would you mind changing the name of the project to OggVorbisEncoder.StreamExample (or something like that)? I guess it would make sense to rename the other one to OggVorbisEncoder.BytesExample.

No problem, the Example2 project has been renamed.