volume
Forum rules
This forum is for Audacity on macOS 10.4 and later.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity 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 macOS you are using,
and the exact three-section version number of Audacity from "Audacity 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.
-
atomottokar
- Posts: 115
- Joined: Mon Mar 19, 2012 4:09 pm
- Operating System: Please select
volume
hello
to reduce teh overall volume schould i use " effect amplify "
or the slider in the mixer
thanks
bonjour
pour regler le volume dois je utiliser " effect amplify "
ou bien le glisseur du mixer
merci
Adcty 2.02 mac book pro OS 10.8.2 i used dmg
to reduce teh overall volume schould i use " effect amplify "
or the slider in the mixer
thanks
bonjour
pour regler le volume dois je utiliser " effect amplify "
ou bien le glisseur du mixer
merci
Adcty 2.02 mac book pro OS 10.8.2 i used dmg
-
kozikowski
- Forum Staff
- Posts: 68902
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: volume
Effect > Amplify permanently changes the digital sound package and the blue waves reflect those changes. If you constantly changed the volume of the sound that way, up and down and up and down, you will eventually cause some minor sound damage.
The slider to the left of the track is a "fake" volume effect and is not burned into the music until you export (or I think, Render). The down side is you cannot see the blue waves change, and you could forget you changed the show that way.
Koz
The slider to the left of the track is a "fake" volume effect and is not burned into the music until you export (or I think, Render). The down side is you cannot see the blue waves change, and you could forget you changed the show that way.
Koz
-
billw58
- Forum Staff
- Posts: 5565
- Joined: Wed Aug 12, 2009 2:10 am
- Operating System: macOS 10.15 Catalina or later
Re: volume
When doing a Mix and Render, the effect of the volume and pan sliders is "burned into the music".kozikowski wrote: The slider to the left of the track is a "fake" volume effect and is not burned into the music until you export (or I think, Render). The down side is you cannot see the blue waves change, and you could forget you changed the show that way.
-- Bill
Re: volume
Technically that is true, but if the track is "32 bit float" format then you would need to be repeatedly amplifying by hundreds of dB before there would be the slightest noticeable loss in quality.kozikowski wrote: If you constantly changed the volume of the sound that way, up and down and up and down, you will eventually cause some minor sound damage.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
atomottokar
- Posts: 115
- Joined: Mon Mar 19, 2012 4:09 pm
- Operating System: Please select
Re: volume
so ! if i understood correctly ! the slider on thleft side of the track is = to the slider on the mixer .
thanks to confirm
and
what is the difference bet 32 float and 32 PCM ?
thanks to confirm
and
what is the difference bet 32 float and 32 PCM ?
Re: volume
Similar, but not quite the same. The slider on the Mixer toolbaratomottokar wrote:so ! if i understood correctly ! the slider on thleft side of the track is = to the slider on the mixer .
http://manual.audacityteam.org/o/m/imag ... select.png controls the overall playback level from Audacity.
The Gain sliders in the panel on the left side of the track control the volume only for that one track (you may have more than one audio track in the project).
http://manual.audacityteam.org/o/m/imag ... nelnew.png
Also, the Mixer toolbar has no effect on exported sounds - it only affects the playback level.
The Track Gain Slider affect the "Track", so they also affect the exported file when you finish the project and they affect the "mix" if you Mix and Render tracks.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: volume
PCM may use integer or floating point data.atomottokar wrote:what is the difference bet 32 float and 32 PCM ?
Audacity supports tracks that are 16 bit integer. 24 bit integer and 32 bit float (floating point). 32 bit float is strongly recommended for audio processing.
32 bit integer PCM has 2^32 (4,294,967,296) possible values that are evenly spread out between +/- 1.0
32 bit float spreads out its bit values differently so that they provide greater precision for small values (close to silence) and can also represent values greater than +/- 1.0 (thus 32 bit float format does not clip at 0 dB, which can be a life saver when processing audio).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
atomottokar
- Posts: 115
- Joined: Mon Mar 19, 2012 4:09 pm
- Operating System: Please select
Re: volume
thanks very much to all ! for your time and answear .
-
atomottokar
- Posts: 115
- Joined: Mon Mar 19, 2012 4:09 pm
- Operating System: Please select
Re: volume
oups !
i forgot one more questions nothing to do with audacity but maybe you know .
i tunes does not accept 32bit float exact ? or my preferences are setted wrong ?
thanks
i forgot one more questions nothing to do with audacity but maybe you know .
i tunes does not accept 32bit float exact ? or my preferences are setted wrong ?
thanks
Re: volume
I don't use iTunes, but probably not.atomottokar wrote:i tunes does not accept 32bit float exact ?
32 bit float format is primarily used as a production format (because of it's extreme precision). 32 bit float is way over the top for playback purposes as even the best professional hardware has no more than 23 bits precision. The most compatible audio format is 16 bit 44100 Hz sample rate (CD quality). For extreme audiophile quality you could use 24 bit at either 44100 Hz or 48000 Hz (whichever is the native sample rate for your hardware - usually 44100 Hz for audio only and 48000 Hz for video).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)