The .wav is not lossy. - 'because it's on vinyl', ie., you're enjoying a placebo effect.fluffy_little_something wrote:Just mixed down a short track to wav and flac, both at 96kHz/16bit, the file sizes were 3.15MB vs 212KB respectively. And yet the tiny flac file sounds better than the wav file because it is lossless?
Mix-down took just a second for each.
Quality settings for lossless format?!
- KVRAF
- 26033 posts since 20 Oct, 2007 from gonesville
-
fluffy_little_something fluffy_little_something https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=281847
- Banned
- Topic Starter
- 12880 posts since 5 Jun, 2012
Second time someone mentions vinyl, what does wav have to do with vinyl?
- KVRAF
- 26033 posts since 20 Oct, 2007 from gonesville
It's a joke, the indication is you apparently came to believe the FLAC file sounds better based in the concept 'lossless'. Like someone that believes in superiority of 'vinyl'. But .wav is not lossy compression, (as a file) it's undergone no compression.
-
fluffy_little_something fluffy_little_something https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=281847
- Banned
- Topic Starter
- 12880 posts since 5 Jun, 2012
I don't think it sounds better, I was asking if it does. I could not listen to that FLAC file because none of my programs seems to handle it.
I am simply not sure what exactly FLAC is. Is it an audio format or a type of compression, or both in one, unlike wav, which you say is not compressed at all.
So, I assume the slight sound difference between the live DAW sound and the wav is due to the audio settings used? But I was already using the best settings possible...
Is there no way to capture exactly the live DAW sound or would that consume too much space?
I am simply not sure what exactly FLAC is. Is it an audio format or a type of compression, or both in one, unlike wav, which you say is not compressed at all.
So, I assume the slight sound difference between the live DAW sound and the wav is due to the audio settings used? But I was already using the best settings possible...
Is there no way to capture exactly the live DAW sound or would that consume too much space?
- KVRian
- 719 posts since 17 Aug, 2015 from Finland
Isn't WAV lossless as well, though? Or have I been under the wrong impression this whole time?
My solo projects:
Hekkräiser (experimental) | MFG38 (electronic/soundtrack) | The Santtu Pesonen Project (metal/prog)
Hekkräiser (experimental) | MFG38 (electronic/soundtrack) | The Santtu Pesonen Project (metal/prog)
- Beware the Quoth
- 35506 posts since 4 Sep, 2001 from R'lyeh Oceanic Amusement Park and Funfair
'lossless' is lossless data compression; WAV files dont have any data compression, so there's nothing to be lossless.AsPeeXXXVIII wrote:Isn't WAV lossless as well, though? Or have I been under the wrong impression this whole time?
https://en.wikipedia.org/wiki/Lossless_compression
An idiot on Set Theory:
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
-
- Banned
- 2238 posts since 19 Dec, 2014
sprnva wrote:It's just giving you an option to downsample the source audio. So you can export a 44.1KHz/16-bit flac from a 96KHz/24-bit master. Most DAWs will offer this option. Yours just includes the compression format as well.
The quality setting for FLAC determines how strong the compression is. Higher compression requires more CPU and RAM to decode. Not an issue for most computers nowadays, but there was a time when this was a factor for some.
/thread
-
- KVRAF
- 2635 posts since 16 Jan, 2013
Technically wav could be considered lossless as it hasn't lost any detail from compression. But generally you would only consider audio to be lossless when it's been compressed to a format like FLAC.
FLAC is an audio format. A compressed one, like MP3, but without any quality loss. The idea is to be able to store and transmit full-quality audio in a smaller package. Depending on the content, a FLAC copy of an album could be maybe half the size of the wav version.
You could just compress the album in a zip file. But then you'd have to unzip it every time you want to use or play it. With FLAC you can just use the files as if they were still in their original wav format.
What audio player(s) are you using? Most should be able to play back FLAC nowadays. The last time I used WinAMP (long, long ago) it supported FLAC, but that might have been with an extra plugin.
FLAC is an audio format. A compressed one, like MP3, but without any quality loss. The idea is to be able to store and transmit full-quality audio in a smaller package. Depending on the content, a FLAC copy of an album could be maybe half the size of the wav version.
You could just compress the album in a zip file. But then you'd have to unzip it every time you want to use or play it. With FLAC you can just use the files as if they were still in their original wav format.
What audio player(s) are you using? Most should be able to play back FLAC nowadays. The last time I used WinAMP (long, long ago) it supported FLAC, but that might have been with an extra plugin.
- Beware the Quoth
- 35506 posts since 4 Sep, 2001 from R'lyeh Oceanic Amusement Park and Funfair
Nope. Technically, when 'lossless' is used regarding file formats, its specifically a reference to data compression. If its not compressed, it cant have lossless compression.sprnva wrote:Technically wav could be considered lossless as it hasn't lost any detail from compression.
You might wanna replace 'Technically' with 'Not technically, but as commonly misuse by laymen'.
An idiot on Set Theory:
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
- KVRAF
- 12615 posts since 7 Dec, 2004
The Microsoft RIFF WAVE format is in fact a container for audio. The container may contain anything from lossless PCM (format = 1) to MP3, to ADPCM and more.jancivil wrote:It's a joke, the indication is you apparently came to believe the FLAC file sounds better based in the concept 'lossless'. Like someone that believes in superiority of 'vinyl'. But .wav is not lossy compression, (as a file) it's undergone no compression.
This is much like an AVI container (also contained in a parent RIFF), MOV, MPEG or so on.
The file format of a container has little to nothing to do with the data actually contained therein.
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
-
- Banned
- 2238 posts since 19 Dec, 2014
Not true, daddy-o. VLC for example can play audio that is contained within zip files.sprnva wrote:You could just compress the album in a zip file. But then you'd have to unzip it every time you want to use or play it.
- KVRAF
- 12615 posts since 7 Dec, 2004
http://www-mmsp.ece.mcgill.ca/documents ... fc2361.txt
It is difficult to locate an exhaustive list for RIFF WAVE subformat (fmt_.subformat) registrations due to the fact that RIFF-WAVE is for the most part obsolete.
Perhaps someone else can locate a more up-to-date list published by Microsoft or others?
It is difficult to locate an exhaustive list for RIFF WAVE subformat (fmt_.subformat) registrations due to the fact that RIFF-WAVE is for the most part obsolete.
Perhaps someone else can locate a more up-to-date list published by Microsoft or others?
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
- KVRian
- 853 posts since 3 Nov, 2006 from Poland
If we want to be technical about it
- WAVE format is a container that can contain multiple streams that can be raw and uncompressed, but can be also compressed. Usually it's in LPCM - raw and uncompressed.
As for "quality setting for FLAC" - "libFLAC uses a compression level parameter that varies from 0 (fastest) to 8 (smallest). The compressed files are always perfect "lossless" representations of the original data. Although the compression process involves a tradeoff between speed and size, the decoding process is always quite fast and not very dependent on the level of compression."
edit: aciddose beat me to it
As for "quality setting for FLAC" - "libFLAC uses a compression level parameter that varies from 0 (fastest) to 8 (smallest). The compressed files are always perfect "lossless" representations of the original data. Although the compression process involves a tradeoff between speed and size, the decoding process is always quite fast and not very dependent on the level of compression."
edit: aciddose beat me to it
- KVRAF
- 12615 posts since 7 Dec, 2004
Discussion regarding multi-channel formats and issues with 20, 24 bit samples and ambiguity of the original RIFF WAVE fmt chunk:
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx
Specification of the WAVEFORMATEXTENSIBLE structure which is used to work around these issues:
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx
Specification of the WAVEFORMATEXTENSIBLE structure which is used to work around these issues:
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx
Free plug-ins for Windows, MacOS and Linux. Xhip Synthesizer v8.0 and Xhip Effects Bundle v6.7.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
The coder's credo: We believe our work is neither clever nor difficult; it is done because we thought it would be easy.
Work less; get more done.
-
fluffy_little_something fluffy_little_something https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=281847
- Banned
- Topic Starter
- 12880 posts since 5 Jun, 2012
Yes, I don't know much about compression and audio formats, so I had mixed separate things, my bad. I mixed the native audio quality of an audio file with the compression technology used. But from I have read here one can make a lossless FLAC file of a crappy sounding audio file 
I am using Winamp 2.95, ancient stuff
Would it make sense to export the DAW output per live streaming (line outputs of the sound card) to a tape machine in order to avoid audio files altogether? One could go all analog from there, pressing vinyl
I am using Winamp 2.95, ancient stuff
Would it make sense to export the DAW output per live streaming (line outputs of the sound card) to a tape machine in order to avoid audio files altogether? One could go all analog from there, pressing vinyl
Last edited by fluffy_little_something on Thu Jan 28, 2016 12:41 pm, edited 1 time in total.