Search found 59476 matches

by steve
Sat Aug 20, 2011 12:27 am
Forum: Windows
Topic: Recording a DJ set Mixer --> Maya 44 USB --> Audiocity
Replies: 1
Views: 937

Re: Recording a DJ set Mixer --> Maya 44 USB --> Audiocity

Audacity 1.2.6 does not work correctly on Windows 7.
You need to use Audacity 1.3.13 which you can get here: http://audacityteam.org/download/
If you still have a problem with Audacity 1.3.13, please start a new topic in this part of the forum: http://forum.audacityteam.org/viewforum.php?f=16
by steve
Sat Aug 20, 2011 12:22 am
Forum: Audio Processing
Topic: PICAXE rtttl (nokia ringtone) format converter
Replies: 1
Views: 1155

Re: PICAXE rtttl (nokia ringtone) format converter

RTTL is not a "sound" format - it is a type of code for controlling the sound synthesizer in (Nokia) phones. http://en.wikipedia.org/wiki/Ring_Tone_ ... r_Language
As such, audio cannot be directly "converted" to rttl format.
by steve
Sat Aug 20, 2011 12:17 am
Forum: Audio Processing
Topic: (non Audacity) Post-processing trouble
Replies: 19
Views: 2537

Re: (non Audacity) Post-processing trouble

Do the files have distorted bass when you have first recorded them, or only after processing with "Clean"?
by steve
Sat Aug 20, 2011 12:04 am
Forum: General Feedback and Discussion
Topic: Paste and merge ?
Replies: 4
Views: 7380

Re: Paste and merge ?

Have a look at this tutorial it may give some ideas of how to achieve what you want to do: http://manual.audacityteam.org/man/Tuto ... ound_Music
by steve
Fri Aug 19, 2011 11:51 pm
Forum: Recording Equipment
Topic: Clipping while dubbing with usb card
Replies: 17
Views: 4068

Re: Clipping while dubbing with usb card

It looks like Focusrite have taken the trouble to write decent ASIO drivers for the sound card but have neglected open source software that is not allowed to be distributed with ASIO support. If the sound card does not work properly with Windows drivers (as opposed to ASIO drivers) then unfortunatel...
by steve
Fri Aug 19, 2011 7:31 pm
Forum: Audio Processing
Topic: CleanSpeech - Change Presets? Gain? Leveller?
Replies: 6
Views: 2906

Re: CleanSpeech - Change Presets? Gain? Leveller?

I may need to experiment with the noise floor some more, as this did add noise to the recording It's not actually adding noise, it's making noise that is already there louder and so more noticeable. To avoid this, try setting the noise floor higher (a smaller number, for example -30 rather than -40...
by steve
Fri Aug 19, 2011 7:23 pm
Forum: Audio Processing
Topic: (solved) can see waveform but not hear audio
Replies: 4
Views: 789

Re: (solved) can see waveform but not hear audio

Assuming that the original files are still on your flash drive, copy the entire flash drive to your computer hard drive into a new folder so that you have a back-up copy. You should not be doing anything with .AUD files. The Audacity Project file has the extension .AU P . If you open the AUP file in...
by steve
Fri Aug 19, 2011 7:11 pm
Forum: Recording Equipment
Topic: Choice of microphone for a young person to record with.
Replies: 6
Views: 1938

Re: Choice of microphone for a young person to record with.

The mic input on computer (built-in) soundcards is usually quite crappy... Or worse. The mic input on my laptop is very noisy (which is not at all unusual). Somewhat better than this would be a USB microphone pre-amp. The cheapest of these is probably the Griffin iMic which will probably not give f...
by steve
Fri Aug 19, 2011 4:09 pm
Forum: New Plug-Ins
Topic: Stereo Reverb
Replies: 38
Views: 21315

Re: Stereo Reverb

It would probably also be helpful if the debug output displayed the preset name (if used). This could be done by setting another variable or list element to the appropriate string value. For example: ;; Create list of values from selected preset or from the slider values (setq presetlist (case prese...
by steve
Fri Aug 19, 2011 3:55 pm
Forum: New Plug-Ins
Topic: Stereo Reverb
Replies: 38
Views: 21315

Re: Stereo Reverb

Congratulations with your adaptation. The only problem that I see with it is that the debug output shows the INPUT values, not the "values that were applied" (the values that are actually applied may not be the same as the input values if values outside the valid ranges are entered). To sh...