Search found 2 matches

by wortel30
Wed Sep 03, 2014 4:24 am
Forum: Discussion
Topic: importing 24 bit raw data
Replies: 1
Views: 4078

24 bits raw

I have now solved the problem. The silly mistake was not realizing that when an extra byte is added, Amadeus automatically scales the display to cope with the extra magnitude of 8 bits. This amounts to 20*log10(2^8) which is 48.16 dB. The result is that whereas a 2 byte signal is readily visible, a ...
by wortel30
Mon Sep 01, 2014 1:57 pm
Forum: Discussion
Topic: importing 24 bit raw data
Replies: 1
Views: 4078

importing 24 bit raw data

I have not managed to get the importing of 3 byte words from a raw file to work properly. There is no problem with 2 byte words either LE or BE, mono or stereo. We are wondering whether where should be a 31 bit (integer) version. We have tried various byte orders, bit shifting and other operations, ...