Is there a simple C or C++ library for transcoding FLAC to MP3? -


right now, i'm taking easy way out in command line program calling on flac, metaflac , lame binaries, , of course, requiring installed.

i prefer use library avoid dependency. find documentation of libflac, lame, , ffmpeg insufficient , programming them not intuitive. related questions here @ stackoverflow receive terse answers referring libraries.

are there other options?

take @ gstreamer library. may have want.


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -