Search found 59476 matches
- Wed May 14, 2014 11:18 pm
- Forum: Nyquist
- Topic: Switching between two traks
- Replies: 3
- Views: 2636
Re: Switching between two traks
Nyquist can only access one track at a time, so working with multiple tracks can be tricky. In this case I thing the easiest approach will be to make a plug-in that you can run twice, one for each track separately, and a control to set whether it is to do: a_a_a_ or _b_b_b Essentially what you are d...
- Wed May 14, 2014 10:39 pm
- Forum: Compiling Audacity
- Topic: Installing Audacity SVN on Ubuntu 14.0.4 from scratch
- Replies: 1
- Views: 2874
Installing Audacity SVN on Ubuntu 14.0.4 from scratch
Note that these instructions are for advanced users and not intended for general use. installing the Audacity development code is not recommended for a production environment. Linux users should usually use the version of Audacity that is shipped with their distribution. For production work, if you...
- Wed May 14, 2014 9:45 pm
- Forum: Français
- Topic: import raw
- Replies: 3
- Views: 1144
Re: import raw
There is an article anbout "Endianness" (in French) on Wikipedia:
http://fr.wikipedia.org/wiki/Endianness
http://fr.wikipedia.org/wiki/Endianness
- Wed May 14, 2014 7:07 pm
- Forum: Windows
- Topic: Deciphering subliminal messages in a recording
- Replies: 5
- Views: 3234
Re: Deciphering subliminal messages in a recording
Any particular reason why you think there might be subliminal messages? "Subliminal" just means "below the threshold of sensation", so that covers anything that you can't hear, see, touch. smell or taste. As Audacity is an audio program I presume that you are interested in sublim...
- Wed May 14, 2014 3:48 pm
- Forum: Windows
- Topic: Blending similar tracks with different volumes?
- Replies: 5
- Views: 359
Re: Blending similar tracks with different volumes?
Wow, someone is LOUD :D Even the -12 dB track is clipped in places. For future reference I'd suggest setting both versions 12 dB lower than they are now. You may then be able to get a usable recording from just the (then not clipped) quieter track. How worthwhile it is for you to two versions depend...
- Wed May 14, 2014 3:13 pm
- Forum: Windows
- Topic: Blending similar tracks with different volumes?
- Replies: 5
- Views: 359
Re: Blending similar tracks with different volumes?
I think the envelope tool would work too, but it can get rather laborous if there's a large number of volume spikes in the recording. Yes, the envelope tool will work (though laborious as you say), provided that the recording level does not go so high as to cause distortion. Similarly, as long as t...
- Wed May 14, 2014 2:50 pm
- Forum: Français
- Topic: Audacityrecording bypassed by windows media
- Replies: 3
- Views: 1173
Re: Audacityrecording bypassed by windows media
Where is it?gabar wrote:I know where it is
This may help: http://windows.microsoft.com/en-us/wind ... =windows-7
See the section: "To find where a file is stored on your computer"
- Wed May 14, 2014 2:37 pm
- Forum: Windows
- Topic: Blending similar tracks with different volumes?
- Replies: 5
- Views: 359
Re: Blending similar tracks with different volumes?
What you are describing is called "crossfading", which is basically fading one track out while another track fades in. This can be as simple or complicated as you like ;) I've started writing an article about crossfading here: http://wiki.audacityteam.org/wiki/User:Stevethefiddle/Fade_and_...
- Wed May 14, 2014 2:32 pm
- Forum: General Audio Programming
- Topic: Implementing sound effects
- Replies: 2
- Views: 4901
Re: Implementing sound effects
Audacity is mostly written in C++ The source code is freely available and there are basic instructions available for build it: http://wiki.audacityteam.org/wiki/Developer_Guide Audacity is a large and complex project (over 200,000 lines of code), but you will find many examples of audio effects in /...
- Wed May 14, 2014 2:04 pm
- Forum: Windows
- Topic: How Do I Remove a Short Bit in the Middle of a Clip?[SOLVED]
- Replies: 2
- Views: 313
Re: How Do I Remove a Short Bit in the Middle of a Clip?
First you need to select the section that you want to remove. The easiest way is usually to just click on the track and drag along the track. Alternative ways of selecting audio are described here: http://manual.audacityteam.org/o/man/audacity_selection.html If you are wanting to leave a gap where t...