Search found 59476 matches

by steve
Fri Mar 12, 2021 2:58 pm
Forum: Windows
Topic: Cannot export one project or its tracks
Replies: 12
Views: 225

Re: Cannot export one project or its tracks

then to c:\MUSIC Audacity; now as we speak i saved it to c:\Audacity You really shouldn't be writing data to the root file system. User data should go into your "user space" (directories below C:\Users\ <your user name> \ ) A good place to put Audacity projects would be: C:\Users\ <your u...
by steve
Fri Mar 12, 2021 2:52 pm
Forum: Windows
Topic: Filter Curve plugin EQ curves import export format
Replies: 14
Views: 762

Re: Filter Curve plugin EQ curves import export format

Calm down StrongBond. The 200 point limit is already logged on the Audacity issue tracker - I logged it at the beginning of February when I first encountered it. None of the developers have picked it up yet. In my bug report I suggested that: 200 points does not seem very generous, perhaps that coul...
by steve
Fri Mar 12, 2021 1:44 pm
Forum: Windows
Topic: Filter Curve plugin EQ curves import export format
Replies: 14
Views: 762

Re: Filter Curve plugin EQ curves import export format

StrongBond wrote:
Fri Mar 12, 2021 1:38 pm
I have 2000 frequency values and 2000 levels in the curve.
That sounds like a huge amount of overkill. Why do you need so many?
by steve
Fri Mar 12, 2021 1:38 pm
Forum: Windows
Topic: Cannot export one project or its tracks
Replies: 12
Views: 225

Re: Cannot export one project or its tracks

pedrobagoduva wrote:
Fri Mar 12, 2021 1:31 pm
I saved it on C:/MUSIC Audacity
Do you mean:
C:\MUSIC\Audacity\
or
C:\MUSIC Audacity\
or something else?

(writing to C:\ usually requires administrator access)
by steve
Fri Mar 12, 2021 1:05 pm
Forum: Windows
Topic: Cannot export one project or its tracks
Replies: 12
Views: 225

Re: Cannot export one project or its tracks

I also installed Lame_v399.3_for_Windows.exe on the Audacity folder. I have Audacity 2.4.2. Audacity 2.4.2 has Lame built in, so you don't need to install it separately. Here s the log after trying to export this bad project: The log tells us that FFmpeg for Audacity is correctly installed. (that's...
by steve
Fri Mar 12, 2021 12:58 pm
Forum: macOS
Topic: cassette to mp3 not recognised
Replies: 3
Views: 187

Re: cassette to mp3 not recognised

simonedz wrote:
Fri Mar 12, 2021 12:03 pm
my cassette to mp3 device has vanished
Let me guess - one of these?

usb-cassette.jpg
usb-cassette.jpg (4.65 KiB) Viewed 186 times
Do you have the receipt? Is it still under warrantee?
by steve
Fri Mar 12, 2021 11:28 am
Forum: Windows
Topic: Error Opening Sound Device
Replies: 21
Views: 875

Re: Error Opening Sound Device

I don't have a recording device, or any other analog audio input. That'll be the problem. Audacity requires an input device (it's an audio recorder after all). It's highly unusual for a PC to not have any recording device at all. Why doesn't your computer have one? Have you disabled the built-in so...
by steve
Fri Mar 12, 2021 11:19 am
Forum: Windows
Topic: Best practice for creating 1-5 second mp3 clips
Replies: 4
Views: 138

Re: Best practice for creating 1-5 second mp3 clips

For consistency you may be best to make one long recording of multiple phrases, process the recording as one, then split the recording into individual MP3s (see: https://manual.audacityteam.org/man/spl ... racks.html)
by steve
Fri Mar 12, 2021 11:12 am
Forum: Adding Features to Audacity
Topic: Don't store silent audio files
Replies: 1
Views: 248

Re: Don't store silent audio files

to7m wrote:
Fri Mar 12, 2021 1:32 am
My suggestion is to not write silent audio to disk
Why are you recording silence?
by steve
Fri Mar 12, 2021 11:00 am
Forum: Adding Features to Audacity
Topic: Option to Record a Dead WASAPI Stream as Silence
Replies: 1
Views: 178

Re: Option to Record a Dead WASAPI Stream as Silence

Currently, Audacity will record the WASAPI stream exactly as it is, without modification. This is one of the main reasons for using WASAPI. To do what you are suggesting, Audacity would have to generate samples if the WASAPI stream does not provide them - Audacity would no longer be recording the WA...