Search found 59476 matches
- Mon Oct 05, 2015 6:18 pm
- Forum: macOS
- Topic: Version 2.1.1 not opening
- Replies: 4
- Views: 295
Re: Version 2.1.1 not opening
It may be helpful for others if you say what the solution was.
- Mon Oct 05, 2015 6:04 pm
- Forum: Audio Processing
- Topic: zero crossing plot
- Replies: 7
- Views: 975
Re: zero crossing plot
Technically, I'd like to plot the delta T of each successive zero crossing Do you mean that you want the time interval between successive zero crossings? If so, then the code may easily be modified to give that. The code in my previous post produced a list of values, one per line. That too could be...
- Mon Oct 05, 2015 5:27 pm
- Forum: Audio Processing
- Topic: zero crossing plot
- Replies: 7
- Views: 975
Re: zero crossing plot
Audacity does not do "real-time" processing, but so long as that is not a problem, then you could use something like this in the "Nyquist Prompt" effect: ;; Print a list of positive going zero crossing points (do ((i 0 (1+ i)) (flag (> (snd-fetch (snd-copy *track*)) 0)) (val (snd...
- Mon Oct 05, 2015 4:47 pm
- Forum: Audio Processing
- Topic: voice isolation
- Replies: 1
- Views: 633
Re: voice isolation
Try using the "Vocal Reduction and Isolation" effect with the default settings (as shown in the picture in the manual: http://manual.audacityteam.org/o/man/vocal_reduction_and_isolation.html) except for the "Action" control which should be set to "Isolate Vocals". It ca...
- Mon Oct 05, 2015 1:16 pm
- Forum: macOS
- Topic: Multiple tracks, one level
- Replies: 3
- Views: 278
Re: Multiple tracks, one level
Import the files into Audacity (File menu > Import > Audio) The imported audio will create one audio track from each file, one above the other. Use the Solo / Mute buttons to listen to one track at a time (easiest if you change the "Solo" button behaviour to "Simple". See: http:...
- Mon Oct 05, 2015 12:47 pm
- Forum: Windows
- Topic: Getting 7.1 output to work properly?
- Replies: 8
- Views: 746
Re: Getting 7.1 output to work properly?
Audacity does not yet support multi-channel playback. Mono or stereo only.
You can Export multi-channel files to play in other applications, but you need to work out the correct channel mapping yourself.
(See: http://manual.audacityteam.org/o/man/ad ... tions.html)
You can Export multi-channel files to play in other applications, but you need to work out the correct channel mapping yourself.
(See: http://manual.audacityteam.org/o/man/ad ... tions.html)
- Mon Oct 05, 2015 9:26 am
- Forum: Windows
- Topic: Audacity won't open Project file
- Replies: 6
- Views: 362
Re: Audacity won't open Project file
I'm having a similar problem, but probably not the same, which then gets confusing, so for future reference, please start new questions as new topics rather than adding your question on the end of an existing project. Also, please provide the information requested in the pink panel at the top of th...
- Mon Oct 05, 2015 1:15 am
- Forum: Feature Request Archive
- Topic: Moving tracks up/down - specifying how far
- Replies: 12
- Views: 5003
Re: Moving tracks up/down - specifying how far
It's pretty quick if you use the keyboard shortcuts:RussLA wrote:With 30 tracks, it's still pretty slow to move it up 10 slots, one at at time.
Menu key to open the dropdown menu for the current track, then "U" or "D" for Up/Down.
- Mon Oct 05, 2015 12:14 am
- Forum: Feature Request Archive
- Topic: Moving tracks up/down - specifying how far
- Replies: 12
- Views: 5003
Re: Moving tracks up/down - specifying how far
I sometimes need to move a Track from the very bottom to near the top, a distance of sometimes 20 or 30 tracks. The way I do it now is to execute the Move Track Up command 20 or 30 times, a pretty slow process. The current version of Audacity includes commands to move a track to the top or bottom. ...
- Mon Oct 05, 2015 12:12 am
- Forum: Audio Processing
- Topic: Track Name field - would be helpful if longer
- Replies: 2
- Views: 590
Re: Track Name field - would be helpful if longer
In the current (2.1.1) version of Audacity you can display the track name in the track. See: http://manual.audacityteam.org/o/man/in ... #behaviors