Hi,
I need to produce a voice recording with these specifications,
'Signed linear’ 8khz, 16-bit signed integer, little-endian raw format'
Is this just a .wav file recorded at a project rate of 8000z?
If not can how do I record/export in this format? I can use either the MAC version or WINDOWS.
Thanks for any help.
Coding query - Is this just a 8khz wav file?
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
Pineappley
- Posts: 4
- Joined: Sun Jan 04, 2015 9:30 pm
- Operating System: Please select
Re: Coding query - Is this just a 8khz wav file?
Before exporting, change the sample rate in the lower-left of the Audacity window (Project Rate).
Then, Export
Save as type: Other Uncompressed Formats
Options: Header: RAW (header-less) Encoding: Signed 16-bit PCM
You'll have to "cross your fingers" for little-endian, because there is no way in Audacity to select the option. When you import a raw file, you can specify little-endian or big-endian, but apparently not when you export.
If open or play a WAV file in place of a raw file, the header will be read as audio and you'll get a "glitch" in the sound at the beginning of the file. You could also get an offset problem that screws-up the "endiness", and with the byte-order mixed-up you can get pure-noise.
Then, Export
Save as type: Other Uncompressed Formats
Options: Header: RAW (header-less) Encoding: Signed 16-bit PCM
You'll have to "cross your fingers" for little-endian, because there is no way in Audacity to select the option. When you import a raw file, you can specify little-endian or big-endian, but apparently not when you export.
No. It's similar to a WAV file but a "raw" file does not have the WAV header. In general, you need special software (that already knows the format details) to play a raw file, because there is no header indicating the format. If you open a raw file in Audacity (or other audio editor) you need to tell Audacity the sample rate, bit, depth, etc.Is this just a .wav file recorded at a project rate of 8000z?
If open or play a WAV file in place of a raw file, the header will be read as audio and you'll get a "glitch" in the sound at the beginning of the file. You could also get an offset problem that screws-up the "endiness", and with the byte-order mixed-up you can get pure-noise.
-
Pineappley
- Posts: 4
- Joined: Sun Jan 04, 2015 9:30 pm
- Operating System: Please select
Re: Coding query - Is this just a 8khz wav file?
Just a bit confused. I have a client who would like a file as PCM 8Khz 16 bit. Is that simply a WAV file adjusted?
Bob
Bob
Re: Coding query - Is this just a 8khz wav file?
Just set the "Project Rate" (lower left corner of the main Audacity window) to 8000 before you export, and export as a "normal" (16 bit PCM) WAV file.rj7500 wrote: I have a client who would like a file as PCM 8Khz 16 bit. Is that simply a WAV file adjusted?
If they want a mono file, you will need to ensure that the audio in the project is mono before you export.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)