Search found 7 matches

by terrance_h
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...
by terrance_h
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 ...
by terrance_h
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 ...
by terrance_h
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)
Screenshot_2017-04-29_17-27-01.png
Screenshot_2017-04-29_17-27-01.png (60.52 KiB) Viewed 1180 times
by terrance_h
Sat Apr 29, 2017 9:23 am
Forum: GNU/Linux
Topic: buggy Import RAW Data
Replies: 10
Views: 1611

Re: buggy Import RAW Data

steve wrote:
terrance_h wrote:Importing 16bit signed raw results strange waveform
Not surprising, because "sin.txt" is not 16-bit signed PCM.
Where did that file come from?
i cannot upload the raw, the txt is its xxd dump
by terrance_h
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
by terrance_h
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...