Audio Banter

Audio Banter (https://www.audiobanter.co.uk/forum.php)
-   uk.rec.audio (General Audio and Hi-Fi) (https://www.audiobanter.co.uk/uk-rec-audio-general-audio/)
-   -   Strange Image Reversal (https://www.audiobanter.co.uk/uk-rec-audio-general-audio/9039-strange-image-reversal.html)

Arthur Quinn[_2_] March 5th 17 01:23 PM

Strange Image Reversal
 
Hi,

Has anyone else encountered this odd effect. Listening to a flac file
of a jazz piano trio with the drums on the right. Suddenly the drums
are on the left, then a few seconds later they are back on the right.

The player is a Raspberry Pi with HiFiBerry DAC + Pro.

There is nothing wrong with the file which plays ok on the Mac

I suppose it could be a flac decoding error or perhaps a hardware error
with the I2S clocking.

Arthur

--
real email arthur at bellacat dot com


Don Pearce[_3_] March 5th 17 01:29 PM

Strange Image Reversal
 
On Sun, 5 Mar 2017 14:23:17 +0000, Arthur Quinn
wrote:

Hi,

Has anyone else encountered this odd effect. Listening to a flac file
of a jazz piano trio with the drums on the right. Suddenly the drums
are on the left, then a few seconds later they are back on the right.

The player is a Raspberry Pi with HiFiBerry DAC + Pro.

There is nothing wrong with the file which plays ok on the Mac

I suppose it could be a flac decoding error or perhaps a hardware error
with the I2S clocking.

Arthur


I've never heard anything like that. If it is a decoding error you've
suffered an unbelievably rare error in so many numbers being wrong by
exactly the right amount to perform a 16-bit word shift without any
checksum flagging the problem.

Is it repeatable, or did it just happen the once? If it is repeatable,
perhaps you could put the file somewhere we could download it.

d

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


Vir Campestris March 5th 17 08:32 PM

Strange Image Reversal
 
On 05/03/2017 14:29, Don Pearce wrote:
On Sun, 5 Mar 2017 14:23:17 +0000, Arthur Quinn
wrote:

Hi,

Has anyone else encountered this odd effect. Listening to a flac file
of a jazz piano trio with the drums on the right. Suddenly the drums
are on the left, then a few seconds later they are back on the right.

The player is a Raspberry Pi with HiFiBerry DAC + Pro.

There is nothing wrong with the file which plays ok on the Mac

I suppose it could be a flac decoding error or perhaps a hardware error
with the I2S clocking.


I2S clocking error sounds right - except I2S word clock is high for one
channel, low for the other. I can't see how it could be in the I2S bus.


Arthur


I've never heard anything like that. If it is a decoding error you've
suffered an unbelievably rare error in so many numbers being wrong by
exactly the right amount to perform a 16-bit word shift without any
checksum flagging the problem.

Is it repeatable, or did it just happen the once? If it is repeatable,
perhaps you could put the file somewhere we could download it.

That is of course the big question. IMHO if it's repeatable it must be a
SW bug.

Andy


Arthur Quinn[_2_] March 6th 17 07:55 AM

Strange Image Reversal
 
On 2017-03-05 21:32:31 +0000, Vir Campestris said:

On 05/03/2017 14:29, Don Pearce wrote:
On Sun, 5 Mar 2017 14:23:17 +0000, Arthur Quinn
wrote:

Hi,

Has anyone else encountered this odd effect. Listening to a flac file
of a jazz piano trio with the drums on the right. Suddenly the drums
are on the left, then a few seconds later they are back on the right.

The player is a Raspberry Pi with HiFiBerry DAC + Pro.

There is nothing wrong with the file which plays ok on the Mac

I suppose it could be a flac decoding error or perhaps a hardware error
with the I2S clocking.


I2S clocking error sounds right - except I2S word clock is high for one
channel, low for the other. I can't see how it could be in the I2S bus.


Arthur


I've never heard anything like that. If it is a decoding error you've
suffered an unbelievably rare error in so many numbers being wrong by
exactly the right amount to perform a 16-bit word shift without any
checksum flagging the problem.

Is it repeatable, or did it just happen the once? If it is repeatable,
perhaps you could put the file somewhere we could download it.

That is of course the big question. IMHO if it's repeatable it must be
a SW bug.

Andy


I have now been told that it is a software problem in an older version
of the Linux kernel so it has been cured by upgrading.

I presume that it was a glitch causing a reversal of the phase of the
I2S left-right clock relative to the data.

Arthur

--
real email arthur at bellacat dot com


Brian Gaff March 6th 17 08:38 AM

Strange Image Reversal
 
No but then I've never tried it that way.
Flac I thought was merely just a file compression technique, ie not really
a codec. Its wav inside surely?

Do wavs exhibit this issue?
Maybe the processing is just too much.
Brian

--
----- -
This newsgroup posting comes to you directly from...
The Sofa of Brian Gaff...

Blind user, so no pictures please!
"Arthur Quinn" wrote in message
...
Hi,

Has anyone else encountered this odd effect. Listening to a flac file of a
jazz piano trio with the drums on the right. Suddenly the drums are on the
left, then a few seconds later they are back on the right.

The player is a Raspberry Pi with HiFiBerry DAC + Pro.

There is nothing wrong with the file which plays ok on the Mac

I suppose it could be a flac decoding error or perhaps a hardware error
with the I2S clocking.

Arthur

--
real email arthur at bellacat dot com




Brian Gaff March 6th 17 08:40 AM

Strange Image Reversal
 
My feeling is that there is an option in the decoder or other software to
reverse channels and its somehow being messed with.
Brian

--
----- -
This newsgroup posting comes to you directly from...
The Sofa of Brian Gaff...

Blind user, so no pictures please!
"Vir Campestris" wrote in message
...
On 05/03/2017 14:29, Don Pearce wrote:
On Sun, 5 Mar 2017 14:23:17 +0000, Arthur Quinn
wrote:

Hi,

Has anyone else encountered this odd effect. Listening to a flac file
of a jazz piano trio with the drums on the right. Suddenly the drums
are on the left, then a few seconds later they are back on the right.

The player is a Raspberry Pi with HiFiBerry DAC + Pro.

There is nothing wrong with the file which plays ok on the Mac

I suppose it could be a flac decoding error or perhaps a hardware error
with the I2S clocking.


I2S clocking error sounds right - except I2S word clock is high for one
channel, low for the other. I can't see how it could be in the I2S bus.


Arthur


I've never heard anything like that. If it is a decoding error you've
suffered an unbelievably rare error in so many numbers being wrong by
exactly the right amount to perform a 16-bit word shift without any
checksum flagging the problem.

Is it repeatable, or did it just happen the once? If it is repeatable,
perhaps you could put the file somewhere we could download it.

That is of course the big question. IMHO if it's repeatable it must be a
SW bug.

Andy





All times are GMT. The time now is 02:32 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0
Copyright ©2004-2006 AudioBanter.co.uk