Click here to Skip to main content
15,886,830 members
Articles / Programming Languages / C++

The OGG Wrapper (An audio converter)

Rate me:
Please Sign up or sign in to vote.
4.27/5 (7 votes)
29 Sep 2014CPOL9 min read 26.2K   926   9  
A wrapper for the libvorbis library that ease the conversion of PCM (*.wav) to Ogg Vorbis audio file (*.ogg) and vice versa to just two lines of code. This also allow the conversion of stereo PCM to mono vorbis and vice versa.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Nigeria Nigeria
A graduate of Agricultural Engineering from Ladoke Akintola University of Technology, Ogbomoso but computer and web programming is his first love. You can meet him on Facebook Osofem Inc.

Comments and Discussions