Search found 59476 matches
- Mon Apr 23, 2018 10:41 pm
- Forum: macOS
- Topic: how to correct level in a track
- Replies: 8
- Views: 425
Re: how to correct level in a track
This may make the job a bit quicker, provided that the switching remains exactly every 60 seconds 1) "Regular interval labels" http://manual.audacityteam.org/man/regular_interval_labels.html Create labels every 60 seconds 2) Time Shift tool to drag the track so that the changes in level co...
- Mon Apr 23, 2018 8:54 pm
- Forum: macOS
- Topic: how to correct level in a track
- Replies: 8
- Views: 425
Re: how to correct level in a track
Why is that? What happened?knockingsoul wrote:My problem is that this is a 4 hour recording with volume changing every 1 minute.
- Mon Apr 23, 2018 7:05 pm
- Forum: Windows
- Topic: How to work with one path?
- Replies: 1
- Views: 191
Re: How to work with one path?
You have accidentally enabled "Sync-Lock". You need to turn it off.
See: http://manual.audacityteam.org/man/sync ... roups.html
See: http://manual.audacityteam.org/man/sync ... roups.html
- Mon Apr 23, 2018 1:44 pm
- Forum: GNU/Linux
- Topic: Skip selection on playback for precise editing
- Replies: 4
- Views: 1445
Re: Skip selection on playback for precise editing
To adjust the selection after Cut Preview (without losing the selection), hold down the shift key and drag the end of the selection.OE1FEU wrote: The closest thing I found was "Cut Preview", but I was unable to precisely adapt the selection. Whenever I placed the cursor, the selection was lost.
- Sun Apr 22, 2018 10:55 pm
- Forum: Français
- Topic: can someone delete my account please / supp compte merci
- Replies: 1
- Views: 782
Re: can someone delete my account please / supp compte merci
Account deleted.
- Sun Apr 22, 2018 8:56 pm
- Forum: Windows
- Topic: "Audacity failed to read file on drive c:"
- Replies: 25
- Views: 3579
Re: "Audacity failed to read file on drive c:"
Did you check to see if "C:\Users\Wasabi\Documents\Audacity\tape 1.wav" exists?
Does it exist?
Does it exist?
- Sun Apr 22, 2018 7:40 pm
- Forum: Windows
- Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
- Replies: 86
- Views: 7072
Re: Adding randomized silence (Windows 10, Audacity 2.1.3)
What are the point coordinates for:
Code: Select all
(pwlv 1 0.01 1 0.01 0 0.02 0 0.02 1 0.03 1)- Sun Apr 22, 2018 11:18 am
- Forum: Windows
- Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
- Replies: 86
- Views: 7072
Re: Adding randomized silence (Windows 10, Audacity 2.1.3)
That gives you points at:PiTeRr wrote:I was trying (pwlv 0 0.01 1 0.01 0 0.02 0 0.02 1 0.03 1)
Code: Select all
(0) | 0
0.01 | 1
0.01 | 0
0.02 | 0
0.02 | 1
0.03 | 1
Re: starting
See these two effects:
http://manual.audacityteam.org/man/crossfade_clips.html
http://manual.audacityteam.org/man/cros ... racks.html
The former is the quicker / easier, and the second is the more complex and more flexible / powerful tool.
http://manual.audacityteam.org/man/crossfade_clips.html
http://manual.audacityteam.org/man/cros ... racks.html
The former is the quicker / easier, and the second is the more complex and more flexible / powerful tool.
- Sun Apr 22, 2018 10:37 am
- Forum: GNU/Linux
- Topic: How to move cursor to start of clip
- Replies: 5
- Views: 1598
Re: How to move cursor to start of clip
1. You wish to play from a boundary to the end of the project without stopping at the next boundary. Double click the clip to select it, then "Shift + End" to extend the selection to the end of the project. (You can also use "Shift + click and drag" to adjust the boundary positi...