[flac-dev] Using FLAC encoder in my software

2018-02-28 Thread Stéphane Damo
Hello I'm the developer of the newly released FM Composer, an open source music software featuring a tracker and an FM synthesizer : http://fmcomposer.org It's currently under GPL v3. I've added a FLAC export feature for the next version to be released, using libFLAC. I'm not really sure about w

Re: [flac-dev] Using FLAC encoder in my software

2018-02-28 Thread Erik de Castro Lopo
Stéphane Damo wrote: > - Should I use libFLAC as static or dynamic library ? libFALC is BSD licensed. The flac command line program is GPL licened. Whether you use libFLAC as a static or dynamic library is totally up to you. > - No problem including it in a GPL program ? No problems as long as

Re: [flac-dev] Using FLAC encoder in my software

2018-02-28 Thread Stéphane Damo
Thank you for your answer. FLAC support was requested by one of my users so I'm happy I can answer positively. Keep up the good work @Xiph ! On 28 February 2018 at 23:44, Erik de Castro Lopo wrote: > Stéphane Damo wrote: > > > - Should I use libFLAC as static or dynamic library ? > > libFALC i