Search found 59476 matches
- Tue Jul 29, 2014 4:25 am
- Forum: macOS
- Topic: Quickest Way to Copy Selection to Adjacent Track?
- Replies: 6
- Views: 673
Re: Quickest Way to Copy Selection to Adjacent Track?
Several tips that may help: Collapse / Expand tracks http://manual.audacityteam.org/o/man/audio_tracks.html#collapse Collapse / Expand all tracks http://manual.audacityteam.org/o/man/view_menu.html#collapse Any number of tracks may be "mixed down" into a single track at any time, using &qu...
- Tue Jul 29, 2014 2:36 am
- Forum: macOS
- Topic: Quickest Way to Copy Selection to Adjacent Track?
- Replies: 6
- Views: 673
Re: Quickest Way to Copy Selection to Adjacent Track?
Why is that a problem?cpsmusic wrote:The problem with Duplicate is that it puts each song on a new track.
- Tue Jul 29, 2014 2:32 am
- Forum: Windows
- Topic: Placing Audacity Files on Gdrive for another user
- Replies: 8
- Views: 1379
Re: Placing Audacity Files on Gdrive for another user
There is an article here about moving / sending Audacity projects: http://manual.audacityteam.org/o/man/audacity_projects.html#move It is essential that the AUP file and its associated _data folder remain together. If Google Drive supports ZIP archive files, then a good way to send a project is: 1) ...
- Tue Jul 29, 2014 2:19 am
- Forum: Windows
- Topic: External I/O Projects
- Replies: 9
- Views: 1031
Re: External I/O Projects
Audacity 2.0.3 has been superseded , and you need not have paid for it. Audacity is free (though donations via the Audacity web site are welcome: http://audacityteam.org/donate/) The current version is 2.0.5 and is available here: http://audacityteam.org/download/ I have saved several tracks which h...
- Tue Jul 29, 2014 1:33 am
- Forum: General Audio Programming
- Topic: NoiseRemoval.cpp
- Replies: 138
- Views: 28905
Re: NoiseRemoval.cpp
There's a similar issue with your other example. From Wikipedia http://en.wikipedia.org/wiki/Nyquist%E2%80%93Shannon_sampling_theorem Modern statements of the theorem are sometimes careful to explicitly state that x(t) must contain no sinusoidal component at exactly frequency B, or that B must be st...
- Tue Jul 29, 2014 12:54 am
- Forum: General Audio Programming
- Topic: NoiseRemoval.cpp
- Replies: 138
- Views: 28905
Re: NoiseRemoval.cpp
Where did Steve say that? It came up in a discussion about voltage bias on audio signals, about 18 months / 2 years ago. Gale has an excellent memory ;) Try this formula instead to get a sound that is all DC: (snd-offset (s-rest 1) 0.5) Not a nice sound, but can we agree Noise removal "should ...
- Mon Jul 28, 2014 10:52 pm
- Forum: Windows
- Topic: Why do the mp3's I make through audacity have muffled sound?
- Replies: 13
- Views: 2139
Re: Why do the mp3's I make through audacity have muffled so
and Koz gets the cigar. Zoomed in a long way it is clear that the left and right channels of the stereo track are almost the inverse of each other: firsttrack002.png When the two channels are played through one (mono) speaker, the channels are "mixed" together, producing a small waveform l...
- Mon Jul 28, 2014 12:45 am
- Forum: Windows
- Topic: Vinyl conversion using Audacity
- Replies: 10
- Views: 1203
Re: Vinyl conversion using Audacity
You won't get a "good" recording because the "original" (digital copy) is quite poor quality, so it's a trade-off (compromise) between "some reduction" of clicks and pops and not doing too much damage to the audio that you want to keep. In my opinion, you've tried too h...
- Sun Jul 27, 2014 8:32 pm
- Forum: General Audio Programming
- Topic: NoiseRemoval.cpp
- Replies: 138
- Views: 28905
Re: NoiseRemoval.cpp
... and it looks like revision 9298 not long before that made some major changes, INTRODUCING a bug in attack/decay, and also introducing the bug in handling the DC bin! In here :? https://code.google.com/p/audacity/source/diff?spec=svn9298&r=9298&format=side&path=/sf-cvs/trunk/audacity...
- Sun Jul 27, 2014 8:24 pm
- Forum: General Audio Programming
- Topic: NoiseRemoval.cpp
- Replies: 138
- Views: 28905
Re: NoiseRemoval.cpp
Are you asking me all of this to quiz me, or because you don't know either and it's worth it to find out? :-) I don't know the answer off the top of my head and it is rare that Audacity developers read topics on the forum. With your knowledge and experience of C++ you are probably in a better posit...