Search found 59476 matches

by steve
Thu Nov 05, 2020 11:02 am
Forum: Windows
Topic: Problems Using Behringer UMC1820 interface
Replies: 13
Views: 1446

Re: Problems Using Behringer UMC1820 interface

Since my Behringer is 8-channel We've had reports that the current Windows drivers for the UMC1820 present 4 stereo devices rather than one multi-channel device. Line 1&2 Line 3&4 Line 5&6 Line 7&8 Audacity can only record from one device at a time. We've also had reports that the d...
by steve
Thu Nov 05, 2020 9:58 am
Forum: macOS
Topic: can't get a recording input
Replies: 4
Views: 136

Re: can't get a recording input

billw58 wrote:
Wed Nov 04, 2020 11:25 pm
a small portable cassette deck with a USB port.
Typically like this, though the paint job and name may differ.

usb-cassette.jpg
usb-cassette.jpg (270.81 KiB) Viewed 108 times
by steve
Thu Nov 05, 2020 9:52 am
Forum: Windows
Topic: Failing ACX check because Noise floor is TOO low. Need help!
Replies: 16
Views: 2239

Re: Failing ACX check because Noise floor is TOO low. Need help!

It seems weird that my background noise can be too low. Yes, it is unexpected for the background noise to be below -90 dB. That's why the plug-in is warning you. If you know "why" the noise floor is below -90 dB, then you may decide that it's OK and ignore the warning. If you don't know w...
by steve
Thu Nov 05, 2020 9:04 am
Forum: Windows
Topic: MP3 Decoding failed: Lost sychronization
Replies: 9
Views: 16348

Re: MP3 Decoding failed: Lost sychronization

I can't load around 40% of my library into Audacity. Yet I can load 100% of mine. I guess it depends on where you get your MP3s. Personally I'm very surprised that we are seeing so many MP3s with header problems - I doubt that many people would have predicted that. The next version of Audacity will...
by steve
Wed Nov 04, 2020 9:43 pm
Forum: GNU/Linux
Topic: How to kill your project, bug?
Replies: 1
Views: 232

Re: How to kill your project, bug?

Which version of Audacity?
Flatpak, Snap, built from source or regular install?

Which Linux distro and version?
Wayland or xorg?

Is the problem repeatable? If so, how?
by steve
Wed Nov 04, 2020 5:45 pm
Forum: Windows
Topic: Nyquist (ACX Check)
Replies: 1
Views: 59

Re: Nyquist (ACX Check)

There's a new version of ACX Check for Audacity 2.4.2 and later. You can get it here: https://wiki.audacityteam.org/wiki/Nyqu ... #ACX_Check
by steve
Wed Nov 04, 2020 3:46 pm
Forum: Windows
Topic: Won't Label 2nd Region Properly While Playing
Replies: 7
Views: 65

Re: Won't Label 2nd Region Properly While Playing

Ah, I bet I know what it is. Check in "Preferences > Tracks Behaviors" and turn off "Type to create label".
by steve
Wed Nov 04, 2020 2:18 pm
Forum: Macros and Scripting
Topic: Running macros/commands during playback
Replies: 8
Views: 723

Re: Running macros/commands during playback

An alternative would be to use a 3rd party automation tool such as Autokey. I tried this, and it works well for me. Here it is in action: https://youtu.be/F9A_JTrr6yo This is the AutoKey script: # Set selection end and add label. keyboard.send_keys("]") keyboard.send_keys("<ctrl>+b&q...
by steve
Wed Nov 04, 2020 1:36 pm
Forum: Windows
Topic: Won't Label 2nd Region Properly While Playing
Replies: 7
Views: 65

Re: Won't Label 2nd Region Properly While Playing

This looks like you pressed:
  1. [
  2. ]
  3. Ctrl+B
  4. abc
  5. Enter
  6. [
  7. Ctrl+B
  8. ]
  9. def
  10. Enter
(steps 7 and 8 the wrong way round)


Image
by steve
Wed Nov 04, 2020 1:30 pm
Forum: Windows
Topic: Won't Label 2nd Region Properly While Playing
Replies: 7
Views: 65

Re: Won't Label 2nd Region Properly While Playing

Works for me on Windows 10.
Perhaps worth resetting keyboard preferences (https://manual.audacityteam.org/man/key ... ences.html)
I'm using the "Full" set of defaults.

Tracks002.png
Tracks002.png (10.97 KiB) Viewed 52 times