[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 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 libr

[flac-dev] Crash when writing 32bit flac files, am I doing something wrong ?

2018-03-21 Thread Stéphane Damo
Hello, I manage to successfully write 8, 16 and 24 bit, all stereo, FLAC files. But when I try to write 32 bit FLACs my program crashes. *FLAC__stream_encoder_set_bits_per_sample *is called to match the desired bit depth (8, 16, 24, 32) It's the same code for all bit depths, i provide a fixed-si

Re: [flac-dev] Crash when writing 32bit flac files, am I doing something wrong ?

2018-03-24 Thread Stéphane Damo
Yes, you're right I didnt check for much return error codes from libFLAC. I'll do that and limit the bit depth to 24 bit in my program. Thanks for your help ! On 24 March 2018 at 11:34, lvqcl wrote: > On Thu, Mar 22, 2018 at 3:41 AM, Stéphane Damo > wrote: > > Hell

Re: [flac-dev] Question: MSVS 2005/2008 support?

2018-05-02 Thread Stéphane Damo
I don't like the decision to remove the old VS project files, in my opinion it's better to keep them, marked "not updated anymore". I personnally use VS2013, and the reason I don't want to upgrade is the fact that VS2017 requires online registration to work. I'm pretty sure some users also have val