Search found 59476 matches
- Thu Feb 28, 2019 8:40 pm
- Forum: Windows
- Topic: audacity will not recognize my tascam us144 interface please help
- Replies: 3
- Views: 201
Re: audacity will not recognize my tascam us144 interface please help
Why should Audacity (or any program) recognise a "MIDI" interface as a "Microphone" source?
- Thu Feb 28, 2019 8:38 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Audacity (2.1.1) quits immediately: Solution
- Replies: 1
- Views: 322
Re: Audacity (2.1.1) quits immediately: Solution
My guess would be that there was a setting in ~/.audacity-data/audacity.cfg that was valid for Ubuntu, but invalid for Centos, preventing Audacity from running. Unfortunately, if an application crashes before it is up, there is no opportunity for it to log the error.
- Thu Feb 28, 2019 5:31 pm
- Forum: General Audio Programming
- Topic: Automatic noise reduction
- Replies: 26
- Views: 11099
Re: Automatic noise reduction
Is there anyway to automate importing a wav file on a new track, using that as my noise profile, then running that over my audio, and removing the track.... Im look at the macros, but cant seem to find a way to do the "Get Noise Profile" Why not just get the Noise Profile (once) manually ...
- Thu Feb 28, 2019 1:02 pm
- Forum: Windows
- Topic: Stutters while recording
- Replies: 5
- Views: 321
Re: Stutters while recording
Windows 10 has an "Update" app. Type "Update" in the "Search" section of the Windows Taskbar (bottom left of the screen).
- Thu Feb 28, 2019 12:59 pm
- Forum: Nyquist
- Topic: FM-modulation but just not: frequencies serial
- Replies: 1
- Views: 477
Re: FM-modulation but just not: frequencies serial
Perhaps this "DTMF Tones" plug-in is what you're looking for: https://wiki.audacityteam.org/wiki/Nyqu ... DTMF_Tones
- Thu Feb 28, 2019 11:18 am
- Forum: Nyquist
- Topic: Modulate one waveform/track with another (FM synthesis)
- Replies: 15
- Views: 15218
Re: Modulate one waveform/track with another (FM synthesis)
1, how this code adjust "create new track for result" or "do not destroy modulator signal". Nyquist cannot create new tracks in Audacity. If you need to retain the original track(s), duplicate them first (select the track then "Ctrl+D"), then apply the effect to the du...
- Thu Feb 28, 2019 11:05 am
- Forum: Windows
- Topic: Stutters while recording
- Replies: 5
- Views: 321
- Thu Feb 28, 2019 9:53 am
- Forum: Windows
- Topic: Stutters while recording
- Replies: 5
- Views: 321
- Thu Feb 28, 2019 9:51 am
- Forum: macOS
- Topic: Trying to use Audacity to edit a video so I can find the name of a song.
- Replies: 1
- Views: 106
Re: Trying to use Audacity to edit a video so I can find the name of a song.
The audio at 10:25 is mono. Audacity's vocal separation tools require the music to be stereo and the vocal to be mono, so Audacity is unable to separate the music from the vocal. Also, because the music is very much in the background, I doubt that other applications will be able to separate the musi...
- Thu Feb 28, 2019 9:32 am
- Forum: Nyquist
- Topic: Modulate one waveform/track with another (FM synthesis)
- Replies: 15
- Views: 15218
Re: Modulate one waveform/track with another (FM synthesis)
Looks this code is broken or too old? Which code? If you are referring to this code: (defun fm (s-in) (let* ((s-in (lowpass8 s-in (* 0.2 *sound-srate*))) (s-in (lowpass8 s-in (* 0.2 *sound-srate*))) (map (integrate (db-to-linear (aref s-in 0))))) (snd-resamplev (aref s-in 1) *sound-srate* map))) (f...