Bug 69318

Summary: [PATCH] support for burning FLAC audio files
Product: [Applications] k3b Reporter: toojays
Component: generalAssignee: Sebastian Trueg <trueg>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: code for k3bflacdecoder plugin

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 ***.