Search found 24069 matches

by Gale Andrews
Wed Mar 19, 2014 9:17 pm
Forum: Windows
Topic: Available Offline?
Replies: 1
Views: 582

Re: Available Offline?

All of my MP3 files have mysteriously shifted to an unchangeable property Available Offline and now I am unable to play them. P.S. Sorry, I forgot to mention that I am using Windows 8 and the latest version of audacity. This is nothing to do with Audacity. A lot of common audio formats will say &qu...
by Gale Andrews
Wed Mar 19, 2014 8:33 pm
Forum: macOS
Topic: First 5 seconds of Export buzzing
Replies: 47
Views: 8601

Re: First 5 seconds of Export buzzing

There is also some kind of squeaky distortion near the start, which I assume is compression damage. However some people who had audio tracks not starting at zero found that the Audacity exports added distortions. Either way, you and I can hear the ticks in the SoundCloud example. So the damage is in...
by Gale Andrews
Wed Mar 19, 2014 8:26 pm
Forum: Windows
Topic: Audio removed from track
Replies: 40
Views: 3395

Re: Audio removed from track

2.0.6-alpha As I understand it, 2.0.6-alpha has newly written recovery tools No, it merely fixes the issue that a saved project that had a track or clip containing 2^31 samples or more of audio would reopen with silenced audio and all the audio block files would be reported as "orphans". ...
by Gale Andrews
Wed Mar 19, 2014 8:08 pm
Forum: Windows
Topic: Audio removed from track
Replies: 40
Views: 3395

Re: Audio removed from track

Was the problem that the WAV sounded too slow? If so, did you use Set Rate > 384000 Hz in the Track Drop-Down Menu as suggested? How do I make the audio recovery process 384000 Hz? Was the problem that the WAV sounded too slow? You can't make the recovery work in 384000 Hz. The recovery WAV will be...
by Gale Andrews
Wed Mar 19, 2014 7:32 pm
Forum: macOS
Topic: First 5 seconds of Export buzzing
Replies: 47
Views: 8601

Re: First 5 seconds of Export buzzing

I, too, am having the same problem with Audacity on my 13" mid 2013 MacBook Air. Which version of Audacity exactly? Please see the pink panel at the top of this page. As an example, the audio from our radio show today--went out live on-air clean. Was clean on the MP3 recording device. When I d...
by Gale Andrews
Wed Mar 19, 2014 7:08 pm
Forum: Feature Request Archive
Topic: Options Menu
Replies: 17
Views: 4874

Re: Options Menu

What and who are "Preferences" for? Why do we have the current limit of "no more preferences"? We currently have a Catch 22 in that proposed features cannot be implemented unless optional, but we are so afraid of "Preferences creep" that new preference are not allowed....
by Gale Andrews
Wed Mar 19, 2014 5:51 pm
Forum: GNU/Linux
Topic: Preferences: Libraries buttons grayed out
Replies: 13
Views: 6794

Re: Preferences: Libraries buttons grayed out

I should add that Audacity won't compile against higher than FFmpeg 0.8. If you already have a later FFmpeg version than that, it may be simpler just to use FFmpeg at the command-line to convert the M4A file to WAV for usage in Audacity. ffmpeg -i filename.m4a filename.wav will produce a 44100 Hz 16...
by Gale Andrews
Wed Mar 19, 2014 5:39 pm
Forum: Windows
Topic: Chain command exporting to Mono?!
Replies: 6
Views: 563

Re: Chain command exporting to Mono?!

Probably you could create a script for use in SoX (it has a -c option to specify number of channels which you would invoke in the output part of the command).

Gale
by Gale Andrews
Wed Mar 19, 2014 5:24 pm
Forum: Windows
Topic: Chain command exporting to Mono?!
Replies: 6
Views: 563

Re: Chain command exporting to Mono?!

The option referred to is a standard Chain from the File drop down, choose "Apply Chain" and then there is "Stereo .WAV" There is no Chain called "Stereo. WAV" shipped in Audacity supplied by us, so it must be one added by yourself. The issue at hand is that the source...
by Gale Andrews
Wed Mar 19, 2014 5:01 pm
Forum: GNU/Linux
Topic: Preferences: Libraries buttons grayed out
Replies: 13
Views: 6794

Re: Preferences: Libraries buttons grayed out

You gave "M4V" for the file extension, hence I thought it might be a video file without audio. The M4A extension is correct for a file containing AAC audio. Thanks for the screenshot which makes clear that the Audacity build does not have FFmpeg support compiled in (but can export MP3 file...