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
Post a Comment