Search found 24069 matches
- Wed Dec 24, 2008 8:28 am
- Forum: Nyquist
- Topic: Clipfix (see waveform pic) - plugins available?
- Replies: 74
- Views: 40232
Re: Clipfix (see waveform pic) - plugins available?
CVS (that is "our" CVS) just starts from 1.1 and carries on with 1.2, 1.3 etc. Steve, does this checking for/correction of inverted polarity double the processing time or is it less intensive than the normal fixing that goes on afterwards? I'm not keen on having a checkbox to turn inverted...
- Wed Dec 24, 2008 7:47 am
- Forum: Mac OS X
- Topic: Building with FFMPEG - LIBSNDFILE not available
- Replies: 20
- Views: 7541
Re: Building with FFMPEG - LIBSNDFILE not available
I downloaded the latest nightly build and installed the FFmpeg binary. Audacity now gives me the option to Export using "M4A (AAC) Files (FFmpeg)", but this results in the following error: "FFmpeg cannot find audio codec 0x15002. Support for this codec is probably not compiled in.&qu...
- Tue Dec 23, 2008 9:11 am
- Forum: Mac OS X
- Topic: Audacity and FFMPEG on Mac
- Replies: 25
- Views: 22852
- Tue Dec 23, 2008 9:09 am
- Forum: Mac OS X
- Topic: Building with FFMPEG - LIBSNDFILE not available
- Replies: 20
- Views: 7541
Re: Building with FFMPEG - LIBSNDFILE not available
The suffixes (or not) such as "d" would I imagine represent the configuration of Widgets that was built, but I can't help you beyond that as I'm on Windows. Anyway, FFmpeg should be "on" in the nightly builds and we do now have our FFmpeg binary for Mac available.
Gale
Gale
- Tue Dec 23, 2008 7:33 am
- Forum: Nyquist
- Topic: Clipfix (see waveform pic) - plugins available?
- Replies: 74
- Views: 40232
Re: Clipfix (see waveform pic) - plugins available?
Thanks, Steve. Do you think you might write this for stereo anyway? Rather than call this ESP Clip Fix and have it as a "competing" version to Clip Fix, I'd like to simply upgrade the present Clip Fix with this modification and add it to source code. That's if you agree of course.
Gale
Gale
- Mon Dec 22, 2008 8:06 am
- Forum: Mac OS X
- Topic: Triple Boot Mac...Yo!
- Replies: 11
- Views: 3460
Re: Triple Boot Mac...Yo!
I have no troubles using Noise Removal on both 1.3.6 or 1.3.7. Can the user be enticed to work with us on the forum? When I capture a profile, what files get added to my machine and where are they? I've asked the user if he can drop by. When you capture the profile, it should be captured in memory ...
- Mon Dec 22, 2008 7:48 am
- Forum: Mac OS X
- Topic: noise reduction settings controllable with mouse only
- Replies: 5
- Views: 2618
Re: noise reduction settings controllable with mouse only
"Settings entered in the text input boxes not being applied" is true on Windows also - but you can control the settings with the mouse (at least on Windows) by tabbing into the slider and using the arrow keys. We'll note this one.
Thanks
Gale
Thanks
Gale
- Mon Dec 22, 2008 12:46 am
- Forum: Nyquist
- Topic: Clipfix (see waveform pic) - plugins available?
- Replies: 74
- Views: 40232
Re: Clipfix (see waveform pic) - plugins available?
This is the same as the one on my site and in source code. The "largenumber" here is 100 million samples, so at 44100 Hz sample rate it will truncate audio longer than (100000000/44100) / 60 =37.792895 minutes.stevethefiddle wrote:I have attached the version of ClipFix that I am using.
Gale
- Sun Dec 21, 2008 7:08 pm
- Forum: Mac OS X
- Topic: Audacity and FFMPEG on Mac
- Replies: 25
- Views: 22852
Re: Does ffmpeg feature not work on Mac?
Note there may be other issues too: * building and installing libmad may not result in a corresponding .pc file in usr/local/lib/pkgconfig * configure may not see LIBSNDFILE without a PKG_CONFIG_PATH environment variable For more on this, see: http://audacityteam.org/forum/viewtopic.php?f=17&t=7...
- Sun Dec 21, 2008 6:56 pm
- Forum: Mac OS X
- Topic: Building with FFMPEG - LIBSNDFILE not available
- Replies: 20
- Views: 7541
Re: Building with FFMPEG - LIBSNDFILE not available
It looks like you got over the aclocal problem? Some people do have problems because aclocal is by default installed in /usr whereas pkg-config is installed in /usr/local, $HOME/local or elsewhere. So when aclocal is run, it only searches in /usr/share for .m4 files to expand. See this thread for de...