Hi,
I use Windows 10 and Audacity 2.1.2.
I found information on this forum and elsewhere on the net about how to export 8-bit samples (and change sample rate). Here is what I did:
Starting point:
- I have one track, it is 44 kHz, 16-bit PCM and mono.
Activities:
- Change sample rate to 4000 Hz using “track → change sampling frequency” manually writing 4000 there.
- Export track using “File → export audio” and choosing “other uncompressed formats” (or similar, I have swedish language) and choose format as
- WAV (Microsoft)
- Unsigned 8-bit PCM
My audio file is less than 2 seconds long. Without (the small header) it should be less than 2x4000 Bytes, ie. less than 8 kB.
However, it turns out as around 76 kB.
I check the header of the outputted WAV using a binary tool (FRHED). Based on specs found online, everything looks good:
Num of channels = 1
Bits per sample = 8
… and more … until:
Sample rate = $AC44 = 44100
Byte rate = $AC44 = 44100
Even the data chunk size is correct, listed at 77 704 Bytes which makes sense with my filesize of 76kB.
So why is the sample rate not maintained in the export?
It is clear the actual sample rate change down to 4000 Hz does take place, because sound quality is reduce substantially.
Please help!
Regards,
Peter