Search found 59476 matches
- 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...
- 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...
- 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
That sounds like a huge amount of overkill. Why do you need so many?StrongBond wrote: ↑Fri Mar 12, 2021 1:38 pmI have 2000 frequency values and 2000 levels in the curve.
- 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
Do you mean:
C:\MUSIC\Audacity\
or
C:\MUSIC Audacity\
or something else?
(writing to C:\ usually requires administrator access)
- 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...
- Fri Mar 12, 2021 12:58 pm
- Forum: macOS
- Topic: cassette to mp3 not recognised
- Replies: 3
- Views: 187
- 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...
- 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)
- Fri Mar 12, 2021 11:12 am
- Forum: Adding Features to Audacity
- Topic: Don't store silent audio files
- Replies: 1
- Views: 248
- 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...