I never seen this before.
Thanks a lot.
Le 20/03/2014 16:45, lvqcl a écrit :
> Olivier Tristan wrote:
>
>> I've just faced a wrong warning trying to encode a 24 bits WAV file
>>
>> if(wFormatTag == 1) {
>> if(bps != 8 && bps != 16) {
>> if(bps == 24 || bps
Olivier Tristan wrote:
> I've just faced a wrong warning trying to encode a 24 bits WAV file
>
> if(wFormatTag == 1) {
> if(bps != 8 && bps != 16) {
> if(bps == 24 || bps == 32) {
> /* let these slide with a warning since they're
> una
Hi Guys,
I've just faced a wrong warning trying to encode a 24 bits WAV file
if(wFormatTag == 1) {
if(bps != 8 && bps != 16) {
if(bps == 24 || bps == 32) {
/* let these slide with a warning since they're
unambiguous */