Search found 59476 matches
- Fri Dec 13, 2013 1:09 pm
- Forum: GNU/Linux
- Topic: mbox2 and audacity on linux
- Replies: 8
- Views: 10792
Re: mbox2 and audacity on linux
Because you are trying to access the device directly through ALSA (rather than via Pulse), if any other program is accessing the device then it will not be available for Audacity. Assuming that you also have a built-in sound card, ensure that system sounds are configured to play through the on-board...
- Fri Dec 13, 2013 12:48 pm
- Forum: GNU/Linux
- Topic: Effects apply slowly, but I want immediate
- Replies: 1
- Views: 1064
Re: Effects apply slowly, but I want immediate
I presume the tube amp is a plug-in because Audacity does not ship with a tube amp. Perhaps you could add some silence to the start of the track (Click on the track where you want to insert the silence, then "Generate menu > Silence"), then apply the tube effect, then delete the added sile...
- Fri Dec 13, 2013 2:50 am
- Forum: Audio Processing
- Topic: Circle waves
- Replies: 11
- Views: 5275
Re: Circle waves
I've not finished my cup of tea yet, so here you go - select part of an audio track, open the Nyquist Prompt from the Effect menu, paste this code into the Nyquist Prompt text box and click OK. (defun c-tone (hz g) (let ((c-array (make-array 2048))) (dotimes (i 2048) (setq x (- 1 (/ i 1024.0))) (set...
- Fri Dec 13, 2013 2:11 am
- Forum: Audio Processing
- Topic: Circle waves
- Replies: 11
- Views: 5275
Re: Circle waves
Yes.skyler wrote:Thats same for square waves correct?
- Fri Dec 13, 2013 2:11 am
- Forum: Audio Processing
- Topic: Circle waves
- Replies: 11
- Views: 5275
Re: Circle waves
Just seen your new post - that's what I thought you meant
Yes you can get very close to that, but it's too late here for me to work out the details. I'll leave this page open so that I don't forget 
- Fri Dec 13, 2013 2:08 am
- Forum: Audio Processing
- Topic: Circle waves
- Replies: 11
- Views: 5275
Re: Circle waves
... it's not possible to make them "exact" semi-circles because the start and end of the semi-circle should be vertical (rising instantaneously), but you can get very close.
- Fri Dec 13, 2013 2:04 am
- Forum: Audio Processing
- Topic: Circle waves
- Replies: 11
- Views: 5275
Re: Circle waves
You mean a semi-circle above the centre line, followed by a semi-circle below the centre line, followed by a semi-circle above the centre line.... ? Yes that is possible, but it does not sound particularly good :) It's very late here so I'll have to come back to this tomorrow with a way to produce s...
- Fri Dec 13, 2013 2:00 am
- Forum: Windows
- Topic: How do I paste a cut into a new file?
- Replies: 3
- Views: 644
Re: How do I paste a cut into a new file?
I want to create a new file from an old recording. I have cut the needed material, but can't figure out how to paste it into a new file. Audacity works in its own "project format". Have you managed to import/open your recording in Audacity? If you have, then all that you need to do to cre...
- Fri Dec 13, 2013 1:54 am
- Forum: Windows
- Topic: Mijzelf even voorstellen met vragen.
- Replies: 10
- Views: 1963
Re: Mijzelf even voorstellen met vragen.
I'm sorry but I do not speak Dutch, but I shall try to understand with the help of Google Translate. Audacity 2.0.5 is the latest version and it should work well for recording from your ION Tape Express. There is a tutorial here (in English) that may help you: http://manual.audacityteam.org/o/man/tu...
- Fri Dec 13, 2013 1:44 am
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Export Multiple Issue with MP3/Project Rate
- Replies: 21
- Views: 17638
Re: Export Multiple Issue with MP3/Project Rate
No harm in doing it the other way around either is there? In reality, a sample rate of 96 kHz does not really gain anything more than bigger files and a greater chance of the computer "dropping" a few samples. Below 44.1 kHz, the sample rate is very important because it determines the upp...