Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I simply convert audio from Devialet to Linux command line?
#11
(29-Jul-2021, 10:36)thumb5 Wrote:
(29-Jul-2021, 10:24)ggt667 Wrote: ...looks like S16 casted to S32

To me it looks like it's a 16-bit value zero-extended to 32 bits, not sign-extended.
You may be right, anyhow I expected to see a 24-bit signed value, and it would most likely be zero-extended to 32 bits, not sign-extended. That would be S24 stored as U32? Something like AB00 EFCD

A bit unsure when I see this
Code:
00ea5fd0: 0000 0400 0000 4808 0000 d4ff 0000 7508  ......H.......u.
00ea5fe0: 0000 a7ff 0000 9f08 0000 7dff 0000 c908  ..........}.....
I interpret this to be endian independent ll of value
Code:
00000004 00000848 0000ffd4 00000875
0000ffa7 0000089f 0000ff7d 000008c9
In which in turn would become?
Code:
    4 2120  -44 2165
  -89 2207 -131 2249
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)