Search found 7 matches
- Thu May 04, 2017 1:13 am
- Forum: GNU/Linux
- Topic: buggy Import RAW Data
- Replies: 10
- Views: 1611
Re: buggy Import RAW Data
so sad, I wrote a small tool converts the raw to wav...
- Sat Apr 29, 2017 9:38 am
- Forum: GNU/Linux
- Topic: buggy Import RAW Data
- Replies: 10
- Views: 1611
Re: buggy Import RAW Data
Note that Audacity attempts to guess the raw data format, but it's no more than an educated guess. It is not possible to make this guess 100% accurate, which is why audio files usually contain header information. Please test importing this file as RAW data (you can change the file extension if you ...
- Sat Apr 29, 2017 9:33 am
- Forum: GNU/Linux
- Topic: buggy Import RAW Data
- Replies: 10
- Views: 1611
Re: buggy Import RAW Data
Note that Audacity attempts to guess the raw data format, but it's no more than an educated guess. It is not possible to make this guess 100% accurate, which is why audio files usually contain header information. Please test importing this file as RAW data (you can change the file extension if you ...
- Sat Apr 29, 2017 9:29 am
- Forum: GNU/Linux
- Topic: buggy Import RAW Data
- Replies: 10
- Views: 1611
Re: buggy Import RAW Data
you can "xxd -r " to restore the raw.
the correct waveform is like this (using matplotlib)
the correct waveform is like this (using matplotlib)
- Sat Apr 29, 2017 9:23 am
- Forum: GNU/Linux
- Topic: buggy Import RAW Data
- Replies: 10
- Views: 1611
Re: buggy Import RAW Data
i cannot upload the raw, the txt is its xxd dumpsteve wrote:Not surprising, because "sin.txt" is not 16-bit signed PCM.terrance_h wrote:Importing 16bit signed raw results strange waveform
Where did that file come from?
- Fri Apr 28, 2017 1:01 pm
- Forum: GNU/Linux
- Topic: buggy Import RAW Data
- Replies: 10
- Views: 1611
Re: buggy Import RAW Data
unable to upload raw file, using this xxd dump instead
- Fri Apr 28, 2017 12:48 pm
- Forum: GNU/Linux
- Topic: buggy Import RAW Data
- Replies: 10
- Views: 1611
buggy Import RAW Data
Audacity 2.1.3 Ubuntu 16.04 amd64 This also affects windows version. Importing 16bit signed raw results strange waveform, seems like non linear a-law or u-law. Also most of the raw formats imports result unexpectedly. Screenshot_2017-04-28_20-38-08.png attachments: sin.raw: a signed 16-bit big-endia...