Search found 59476 matches

by steve
Mon Feb 15, 2021 10:49 am
Forum: Windows
Topic: Importing MP3 from Thumb Drive
Replies: 2
Views: 91

Re: Importing MP3 from Thumb Drive

chatgroslegrande wrote:
Mon Feb 15, 2021 1:58 am
Could not find info in Manual.
What info do you need?
chatgroslegrande wrote:
Mon Feb 15, 2021 1:58 am
I have several mp3 on a thumb drive that I want to import to Audacity.
I would recommend copying them to the computer's hard drive first, then import them into Audacity from the hard drive.
by steve
Mon Feb 15, 2021 10:47 am
Forum: Windows
Topic: Error importing. Not sure what's going on.
Replies: 5
Views: 114

Re: Error importing. Not sure what's going on.

Is it just one specific project that has this problem?
If you create and save a new project, are you able to successfully reopen it?
Which exact version of Audacity are you using?
by steve
Mon Feb 15, 2021 12:30 am
Forum: macOS
Topic: Issue with MP3 Export in Audacity 2.4.2
Replies: 8
Views: 276

Re: Issue with MP3 Export in Audacity 2.4.2

dparker wrote:
Mon Feb 15, 2021 12:01 am
the old one no longer works with newer OSs because it's 32-bit.
Good point.
I can remove that paragraph, or if you could provide more up to date recommendations regarding screen reader I can update it.
by steve
Mon Feb 15, 2021 12:24 am
Forum: Windows
Topic: Error importing. Not sure what's going on.
Replies: 5
Views: 114

Re: Error importing. Not sure what's going on.

What is the full and complete error message?
by steve
Mon Feb 15, 2021 12:22 am
Forum: macOS
Topic: FFmpeg on Audacity for Big Sur 11.0 M1 chip
Replies: 4
Views: 615

Re: FFmpeg on Audacity for Big Sur 11.0 M1 chip

tommybender wrote:
Sun Feb 14, 2021 10:07 pm
Where did you find the FFMPEG library compiled for arm64?
I assume that this is so that you can use it on an M1 Mac?
Does this not work? https://manual.audacityteam.org/man/ins ... html#macff
by steve
Sun Feb 14, 2021 6:48 pm
Forum: macOS
Topic: distortion on bluetooth
Replies: 5
Views: 167

Re: distortion on bluetooth

We've never been able to get Audacity to play well with bluetooth headphones/speakers on Mac. I don't think that's entirely true. I recall this being discussed a while back and it seems that it works for some people but not others. I suspect that it depends on the headphones, though without having ...
by steve
Sun Feb 14, 2021 4:07 pm
Forum: macOS
Topic: the software is not receiving and audio input from the USB
Replies: 4
Views: 329

Re: the software is not receiving and audio input from the USB

glbunker wrote:
Sun Feb 14, 2021 3:23 pm
The fix is buried in the FAQ.
There's also an "announcement" about it at the top of the macOS section of this forum (See "No recording level" in the announcements here: viewforum.php?f=47).
by steve
Sun Feb 14, 2021 1:24 pm
Forum: Windows
Topic: How to skip x every y seconds
Replies: 9
Views: 192

Re: How to skip x every y seconds

This; (setf *track* (force-srate (* *sound-srate* (/ 1 60) (sound *track*))) (pitshift *track* pitch 60.0))) should be: (setf *track* (force-srate (* *sound-srate* (/ 1.0 60)) (sound *track*))) (pitshift *track* 60 1)) or better: (setf *track* (force-srate (/ *sound-srate* 60) (sound *track*))) (pit...
by steve
Sun Feb 14, 2021 12:50 pm
Forum: macOS
Topic: Audio Connection and SampleRate
Replies: 1
Views: 99

Re: Audio Connection and SampleRate

So went to my Mac audio system preferences. The USB PnP Audio Device shows as one of the devices on the left temporarily, then disappears. Anyone know what's up? Unfortunately those "super USB cassette" players are notoriously unreliable, especially on Mac (Example: https://www.google.com...
by steve
Sun Feb 14, 2021 12:45 pm
Forum: Windows
Topic: Audacity fiddles with my left/right balance at startup
Replies: 3
Views: 96

Re: Audacity fiddles with my left/right balance at startup

Is there any way to stop this? Short answer: No. An easy mistake to make in Audacity is to accidentally nudge the Track Gain or Pan sliders (See: https://manual.audacityteam.org/man/audio_tracks.html#gain) If you accidentally nudge the Track Gain slider then at least you will be able to hear the pr...