Displaying 2 results from an estimated 2 matches for "701th".
2013 Feb 09
2
Commonly getting FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA on valid audio
...ive
libsndfile another try.
>
> Finally, there are about 700 different way so convert between int
> and float. I chose the one that I thought had provided the best
> trade off. I stand by that decision.
Well, the good thing is that this SFC_SET_NORM_DOUBLE thing allows me
to do it the 701th way? Maybe I should convert to % or ??
Anyway, if I'm allowed to ask a libsndfile question here, is there a
special reason why you read sound files into one-dimensional arrays
instead of two-dimensional ones (such as AudioData[Channel][Sample])?
If so, what is that reason?
Thanks.
Kind reg...
2013 Feb 09
5
Commonly getting FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA on valid audio
2013/2/8 Erik de Castro Lopo <mle+la at mega-nerd.com>:
> Collin wrote:
>
>> It turns out it was an error on my part; sorry for the trouble. I misunderstood
>> the format libflac was expecting my samples in. I found the wording in the
>> documentation very confusing.
>>
>> My audio file has 2 channels and 16-bit samples, so I have to pull out each
>>