I'm using the recording software then exporting as a wav. it seems that for 20 minutes of record time i'm getting around 186 MB, thus not allowing me to upload the recording to the third party software anyideas?
I've tried lowering the default sample format to 16 even 8 bit with no positive results. any ideas?
why are my wav files soo large?
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.
Re: why are my wav files soo large?
CD quality WAV files are about 10 MB per minute.
(consider an audio CD that has a capacity of around 700 MB / 70 minutes).
(consider an audio CD that has a capacity of around 700 MB / 70 minutes).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
kozikowski
- Forum Staff
- Posts: 68938
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: why are my wav files soo large?
Which is?not allowing me to upload the recording to the third party software anyideas?
I'd be really surprised if any on-line service encouraged you to push uncompressed, perfect quality, WAV files. Everybody compresses and it doesn't make any difference if you can't edit the work later, because none of it is intended to be edited later. That's why you have to keep a complete WAV library of your own work and never use MP3 for production.
Koz
Re: why are my wav files soo large?
it's an in house software we use..nothing that goes "online" the software doesn't allow anything but wav'skozikowski wrote:Which is?not allowing me to upload the recording to the third party software anyideas?
I'd be really surprised if any on-line service encouraged you to push uncompressed, perfect quality, WAV files. Everybody compresses and it doesn't make any difference if you can't edit the work later, because none of it is intended to be edited later. That's why you have to keep a complete WAV library of your own work and never use MP3 for production.
Koz
Re: why are my wav files soo large?
Does it have a name and version number?phantom33 wrote:it's an in house software we use
What is the exact format that you want? (for example, "16 bit (Microsoft) PCM 44.1 kHz stereo WAV")
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: why are my wav files soo large?
Something's wrong, but I don't know what... Uncompressed file size is directly proportional to bit-depth, sample rate, and number of channels.I've tried lowering the default sample format to 16 even 8 bit with no positive results. any ideas?
File size for uncompressed PCM (i.e. WAV) file size is a straightforward calculation- There are 8 bits per byte, so 16-bit stereo requires 2 bytes per-sample x 2 channels, or 4 bytes per sample. At a sample rate of 44.1kHz, you have 4 x 44,100 = 176,400 bytes per second of audio. (Plus a few bytes for the file header.)
Re: why are my wav files soo large?
= 10584000 bytes per minute. Pretty close to the "rule of thumb" 10 MB per minute.DVDdoug wrote:File size for uncompressed PCM (i.e. WAV) file size is a straightforward calculation- There are 8 bits per byte, so 16-bit stereo requires 2 bytes per-sample x 2 channels, or 4 bytes per sample. At a sample rate of 44.1kHz, you have 4 x 44,100 = 176,400 bytes per second of audio.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)