Page 1 of 1
Raw import of 16-bit PCM, 8KHz has problem
Posted: Wed Jan 30, 2008 3:42 pm
by elmerbug
Folks, I am a newbie. I have a problem when I import raw PCM files (16 bit, 8KHz sampling, Motorola PCM). They import fine, but sound bad. Imported into Cool Edit, they are fine. Am I missing something? I attached a sample.
Thanks for your guidance.
Re: Raw import of 16-bit PCM, 8KHz has problem
Posted: Thu Jan 31, 2008 10:33 pm
by Locopomo
There's no attached file - could you repost?
Re: Raw import of 16-bit PCM, 8KHz has problem
Posted: Thu Jan 31, 2008 11:41 pm
by elmerbug
Sorry, I did not notice that the size limit is 256KB. I will re-upload.
Thanks,
Don
Re: Raw import of 16-bit PCM, 8KHz has problem
Posted: Fri Feb 01, 2008 12:07 am
by elmerbug
Ok, I have been trying to upload the sample, and every attempt is rejected with something like "The extension pcm is not allowed". Don
Re: Raw import of 16-bit PCM, 8KHz has problem
Posted: Fri Feb 01, 2008 6:28 pm
by alatham
Yes, we have a fascist dictator problem with file uploads (I'm looking at you, Buanzo

). If you put the file in a .zip archive, it will work.
I suspect that you've got the endianness of the file wrong, or something like that.
Re: Raw import of 16-bit PCM, 8KHz has problem
Posted: Sat Feb 02, 2008 12:49 am
by elmerbug
Whew! Thanks. Here goes.
Re: Raw import of 16-bit PCM, 8KHz has problem
Posted: Sat Feb 02, 2008 10:51 pm
by Locopomo
I got it working, but it took a bit of messing about with settings. Various permutations resulted in a badly distorted, unintelligible track until this course of action got some results.....
Import - Raw Data - Signed 8 bit PCM - 2 Channels (Stereo) - Default Endianness -
Start Offset 0 Bytes - Amount to Import 100% - Sample Rate 8000 Hz
This opened the file, but one channel was badly distorted. So....
Track Menu (Down arrow to the right of track name) - Split Stereo track
Close distorted channel (X to left of track name)
On the remaining track, Track Menu - Mono
There, a clear recording of a telephone call. I can't explain why it takes all the messing around (or why Cool Edit seems to do it instinctively), but it is a fix of sorts. Maybe someone can come up with an explanation or indeed a quicker solution.
Re: Raw import of 16-bit PCM, 8KHz has problem
Posted: Mon Feb 04, 2008 9:05 pm
by elmerbug
Folks,
Thanks for the input. as alatham suggested, it is an endianess issue. Motorola PCM files are big endianess files. So, importing as 16-bit, big-endianess, mono works like a charm.
Don