Playing a flac file on a MAC Mini (Lion) with a Firewire interface (KRK ERGO) produce an accelerated sound, just as if it were played at double or triple speed.
The problem seems to be related to non-interleaved streams. The ERGO, just like some other audio interfaces, exhibit a stream with mChannelsPerFrame = 1 and mBytesPerPacket = 4 and so on. This has something to do with AudioConverter.
More to follow.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem seems to be related to non-interleaved streams. The ERGO, just like some other audio interfaces, exhibit a stream with mChannelsPerFrame = 1 and mBytesPerPacket = 4 and so on. This has something to do with AudioConverter.
More to follow.