Search found 59476 matches
- Tue Mar 27, 2018 10:55 am
- Forum: Windows
- Topic: Collapsed track only shows half the wave
- Replies: 13
- Views: 2524
Re: Collapsed track only shows half the wave
Now logged on the bug tracker.
- Tue Mar 27, 2018 10:49 am
- Forum: Windows
- Topic: Collapsed track only shows half the wave
- Replies: 13
- Views: 2524
Re: Collapsed track only shows half the wave
That appears to be a bug. I'll log it on the bug tracker.
I note that if you manually drag the track height to minimum size, the waveform is correctly centred, so perhaps that may provide a workaround until the bug is fixed.
I note that if you manually drag the track height to minimum size, the waveform is correctly centred, so perhaps that may provide a workaround until the bug is fixed.
- Tue Mar 27, 2018 10:38 am
- Forum: Adding Features to Audacity
- Topic: possible to batch edit 17,000 slightly different .mp3 files?
- Replies: 22
- Views: 2397
Re: possible to batch edit 17,000 slightly different .mp3 fi
Audacity's Chains provide a simple "list" processing feature. That is, you have a list of commands, and the Chain works down the list from top to bottom. There is no mechanism for logical operations (such as conditional branches). Also, Chains should not generally be used for more than a c...
- Tue Mar 27, 2018 1:42 am
- Forum: GNU/Linux
- Topic: Trying to use Ion Express
- Replies: 5
- Views: 881
Re: Trying to use Ion Express
OK, so the device is not recognised at all. Does the device have a detachable USB lead? If it does, try another lead. Have you tried plugging into a different USB port on your computer? Are you able to test the device on another computer? Does the Ion tape express show any signs of life (such as the...
- Tue Mar 27, 2018 12:34 am
- Forum: GNU/Linux
- Topic: Trying to use Ion Express
- Replies: 5
- Views: 881
Re: Trying to use Ion Express
Has anyone here used Audacity 2.1.2 under Ubuntu 16.04 to record from a Ion Tape Express ? I've used Audacity 2.1.2 to record from a USB audio interface on Xubuntu 16.04. As far as Audacity is concerned, that's the same as a USB cassette player (the Linux sound system just sees the USB audio chip, ...
- Mon Mar 26, 2018 6:11 pm
- Forum: New Plug-Ins
- Topic: Please help with de-sser.
- Replies: 17
- Views: 5151
Re: Please help with de-sser.
The only strange behavior occurs when you select to listen to the residue, where it clicks, as if it were dc-ofset That is likely to happen if the selection begins above the threshold. Generally you should try to start and end effects in a silent, or near silent part of the audio. If I do that, I d...
- Mon Mar 26, 2018 5:48 pm
- Forum: Adding Features to Audacity
- Topic: Sliding change of speed
- Replies: 6
- Views: 779
- Mon Mar 26, 2018 1:23 pm
- Forum: New Plug-Ins
- Topic: Please help with de-sser.
- Replies: 17
- Views: 5151
Re: Please help with de-sser.
The way I would approach this would be to create an amplitude follower using "snd-avg" (http://www.audacity-forum.de/download/e ... l#index494) This is a little bit tricky because you need the envelope to precisely match the timing of peaks in the audio and "snd-avg" is always l...
- Mon Mar 26, 2018 9:19 am
- Forum: General Audio Programming
- Topic: Custom Button Bar
- Replies: 2
- Views: 2099
Re: Custom Button Bar
This is a python interface that creates a panel of buttons that can execute different things Looks like the interface is created by Qt5. I've done some work with PyQt, and I like it a lot. Qt is a very powerful cross-platform GUI toolkit. When Audacity was first created, WxWidgets was chosen as the...
- Mon Mar 26, 2018 7:52 am
- Forum: Adding Features to Audacity
- Topic: Sliding change of speed
- Replies: 6
- Views: 779
Re: Sliding change of speed
There's also the optional "Sliding Speed Change" plug-in: http://wiki.audacityteam.org/wiki/Nyqui ... eed_Change