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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -