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

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -