Search found 12 matches
- Thu Jul 07, 2011 7:07 am
- Forum: General Feedback and Discussion
- Topic: Oversampling in raw data
- Replies: 17
- Views: 3582
Re: Oversampling in raw data
It looks like you have bit overflow in your waveform generation. 8-bit data should be in the range − 128 to 127 if signed, or 0 to 255 if unsigned. Bit overflow occurs if the generated data exceeds the range of values that is supported by the number format. Hello Steve, thanks for the response. Let...
- Wed Jul 06, 2011 10:41 am
- Forum: General Feedback and Discussion
- Topic: Oversampling in raw data
- Replies: 17
- Views: 3582
Oversampling in raw data
Hello , I have written a program, that generates raw audio data from a light soundtrack of a 35 mm movie film. The file produced by the program contains 2 channels with 8 bit raw data ( values between 0 and 127) with 48000 samples per second. I can import this file with the raw data import function....