Bug 69318 - [PATCH] support for burning FLAC audio files
Summary: [PATCH] support for burning FLAC audio files
Status: RESOLVED FIXED
Alias: None
Product: k3b
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Sebastian Trueg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-30 03:50 UTC by toojays
Modified: 2003-12-08 22:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
code for k3bflacdecoder plugin (3.64 KB, application/x-tbz)
2003-11-30 03:53 UTC, toojays
Details

Note You need to log in before you can comment on or make changes to this bug.
Description toojays 2003-11-30 03:50:33 UTC
Version:           0.10.2 (using KDE KDE 3.1.4)
Installed from:    Compiled From Sources

FLAC (flac.sf.net) is gradually becoming more popular as the price of hard drives and bandwidth continues to fall. 

I have written a plugin for k3b to decode FLAC audio files. I hope you think it is worth having. Note that this is only for regular FLAC files, not OggFLAC.

This needs to be linked against libFLAC and libFLAC++. When I tried to link against only libFLAC++ I got an error about an undefined symbol.
Comment 1 toojays 2003-11-30 03:53:50 UTC
Created attachment 3470 [details]
code for k3bflacdecoder plugin
Comment 2 Sebastian Trueg 2003-12-01 09:53:39 UTC
that's just great! :)
thanks a lot!
The code looks very clean. I like that.
I think this will be part of K3b 0.11. :)
Comment 3 Sebastian Trueg 2003-12-08 22:30:37 UTC
*** Bug has been marked as fixed ***.