On Thu, Mar 22, 2018 at 3:41 AM, Stéphane Damo wrote:
> 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,
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:
> > Hello,
> >
> > I manage to succes