Search found 59476 matches
- Tue Mar 26, 2019 5:27 pm
- Forum: macOS
- Topic: Help! 2000-5000 Hz filter
- Replies: 9
- Views: 384
Re: Help! 2000-5000 Hz filter
There's also a "Windowed-sinc filter" available here, which has extremely steep cut-offs: https://forum.audacityteam.org/viewtopic.php?p=268099#p268099 Note that this filter is quite slow. For relatively high frequencies (such as 2 - 5 kHz), a small window size should work well. Larger win...
- Tue Mar 26, 2019 5:13 pm
- Forum: macOS
- Topic: Help! 2000-5000 Hz filter
- Replies: 9
- Views: 384
Re: Help! 2000-5000 Hz filter
Or, the Equalizer can cut by 30dB which might be enough for you. In the "Draw" mode, it can cut down to -120 dB, though there are a couple of issues with the Equalization effect at the moment. To use the settings in a chain, I think you have to save the settings as a preset. Also, if two ...
- Tue Mar 26, 2019 3:08 pm
- Forum: Adding Features to Audacity
- Topic: Easier to see selections
- Replies: 24
- Views: 2531
Re: Easier to see selections
but blue light eg. from monitors has been shown to be bad for biorhytm (specially at night) I imagine that listening to sound that looks like that is not very good for biorhythm either :? If you have the track set to "Waveform (dB)" view, try setting it to normal "Waveform" view.
- Tue Mar 26, 2019 2:57 pm
- Forum: Windows
- Topic: Conversion to ITU G.711 mu-law in macro
- Replies: 1
- Views: 363
Re: Conversion to ITU G.711 mu-law in macro
Currently, exporting as WAV with a scripting command is limited to 16-bit PCM. I'd suggest that you export as WAV and then convert the WAV file using SoX (or PyMedia or similar). http://sox.sourceforge.net/
- Tue Mar 26, 2019 2:39 pm
- Forum: Windows
- Topic: How to set Bitdepth for a Track using Modscript Pipe ?
- Replies: 1
- Views: 126
Re: How to set Bitdepth for a Track using Modscript Pipe ?
Is there any way we can set bitdepth using ModScript Pipe ? Yes. Currently the existing commands doesn't provide a way to do that. That's incorrect. You can use "SetPreference:" (https://manual.audacityteam.org/man/scripting_reference.html#extra_scriptables_i_submenu) For example, if you ...
- Tue Mar 26, 2019 12:15 pm
- Forum: Windows
- Topic: Spectral inversion of speech
- Replies: 2
- Views: 374
Re: Spectral inversion of speech
Apply this code with the "Nyquist Prompt" (see: https://manual.audacityteam.org/man/nyquist_prompt.html) (defun lowwall (sig hz) (dotimes (i 4 sig) (setf sig (lowpass8 sig hz)))) (defun hiwall (sig hz) (dotimes (i 4 sig) (setf sig (highpass8 sig hz)))) (defun bandpass (sig low high) (hiwal...
- Tue Mar 26, 2019 12:16 am
- Forum: Windows
- Topic: Only can hear from right side of headphones
- Replies: 13
- Views: 6327
Re: Only can hear from right side of headphones
The thing I don't like about those adaptors, is that they short out one channel of the headphone amplifier, which "could" damage that channel of the headphone amp.
- Mon Mar 25, 2019 4:28 pm
- Forum: Windows
- Topic: Audacity when opened freezes not responding and just crashes [SOLVED]
- Replies: 3
- Views: 199
- Mon Mar 25, 2019 4:27 pm
- Forum: Windows
- Topic: * FEATURE REQUEST* default locations
- Replies: 5
- Views: 176
Re: * FEATURE REQUEST* default locations
There's just "Help menu > Check for updates" which will open the download page of the Audacity website so that you can see the current version number. Alternatively you could follow Audacity on facebook or twitter so that you will be notified when a release announcement is posted (links at...
- Mon Mar 25, 2019 11:21 am
- Forum: macOS
- Topic: Meta Tags not loading by default
- Replies: 2
- Views: 230
Re: Meta Tags not loading by default
Clicking the [X] does not close the project, it only closes that one track. Audacity projects may have multiple audio tracks (and other types of tracks: https://manual.audacityteam.org/man/tracks_menu_add_new.html). Each project has one set of metadata. The metadata persists until either you modify ...