Search found 10 matches

by Josh24
Sat Nov 21, 2009 1:42 pm
Forum: Mac OS X
Topic: Batch Export aif?
Replies: 8
Views: 2142

Re: Batch Export aif?

Regarding iTunes and Flac import, actually you can. If you install Xiph's Flac import component,and then tweak your Flac files with the Set OggS 'drag and drop' application, iTunes will import and play them. Also, with the component alone, they will play from the Finder and with QuickTime. If you al...
by Josh24
Thu Oct 15, 2009 3:59 pm
Forum: Mac OS X
Topic: input source
Replies: 8
Views: 1808

Re: input source

Meanwhile, rc would like to connect another input source to Audacity. That is exactly what Jack will do for him, easily and reliably. The current binary release package is as stable as one could desire for his purposes. There's nothing Beta about it; that would be building the latest svn source your...
by Josh24
Wed Oct 14, 2009 4:22 pm
Forum: Mac OS X
Topic: input source
Replies: 8
Views: 1808

Re: input source

Boys, take that windoze talk somewhere else, the man needs JackOSX.
by Josh24
Wed Oct 14, 2009 3:41 pm
Forum: Compiling Audacity
Topic: Problem trying to compile Audacity in Mac. Please help!
Replies: 2
Views: 1370

Re: Problem trying to compile Audacity in Mac. Please help!

Wow, what OS ver are you playing in? Panther,Tiger or what? You need to brush up on declaring env vars for whatever version you're in. It looks like configure is ignoring or not finding the ones you exported. Try on step at a time, export one then type `env' for list of current vars. If they are on ...
by Josh24
Thu Dec 25, 2008 1:14 pm
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7523

Re: Building with FFMPEG - LIBSNDFILE not available

Dr G- It sure sounds like the ffmpeg libraries Leland made available were built without Faac and Faad enabled. Those two libraries need to exist in usr/local/lib before ffmpeg is compiled using `./configure --enable faac --enable faad ...` Same with AMR support, libamr-nb and -wb are built first. Th...
by Josh24
Thu Dec 18, 2008 2:02 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7523

Re: Building with FFMPEG - LIBSNDFILE not available

Well that's not very exciting, I know that error more than I care to remember. Read the thread in Aud-dev on Nabble that I had with Richard. http://n2.nabble.com/FFMpeg-in-1.3.6-Mac-build-tp1479195p1519110.html BTW, you were right about libsndfile, I had forgotten that I ended up doing that too, jus...
by Josh24
Sun Dec 14, 2008 8:53 pm
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7523

Re: Building with FFMPEG - LIBSNDFILE not available

Dr G- Sounds like you almost got it down. I seem to recall libmad misbehaved also, as in building and installing it did not result in a corresponding .pc file in usr/local/lib/pkgconfig. So I made one. Duplicate an existing one, like ogg.pc or sndfile.pc, rename it mad.pc, and edit it to replace eve...
by Josh24
Mon Nov 24, 2008 6:53 pm
Forum: Mac OS X
Topic: Audacity and FFMPEG on Mac
Replies: 25
Views: 22837

Re: Does ffmpeg feature not work on Mac?

Yes it does. If you're interested in building Audacity with ffmpeg support, here's how I did it. I'll offer a condensed version (A) for those familiar with compiling from source and (B) for the bold initiates. This worked on a PPC Mac ibook with Leo 10.5.2, with current Developers Tools installed an...
by Josh24
Thu Oct 30, 2008 1:54 pm
Forum: Compiling Audacity
Topic: 1.3.6 build error on Mac
Replies: 1
Views: 2032

Re: 1.3.6 build error on Mac

I switched from using the Leopard installed wxMac 2.8.4 dylibs to my local/lib wxMac static 2.8.8 installation, that handled the above error. Now though, ' make ' fails further on with: g++ -c -I../lib-src/portmixer/include -I../lib-src/portaudio-v19/include -I../mac -Wall -I/usr/local/lib/wx/includ...
by Josh24
Tue Oct 28, 2008 7:52 pm
Forum: Compiling Audacity
Topic: 1.3.6 build error on Mac
Replies: 1
Views: 2032

1.3.6 build error on Mac

On a PPC Mac Leo 10.5.2 with wx-mac 2.8.8, ' build ' fails with the error: ... commands/CommandManager.cpp:384: error: ‘GetLabelText’ is not a member of ‘wxMenuItem’ make[1]: *** [commands/CommandManager.o] Error 1 make: *** [audacity] Error 2 The source tarball is from Leyland mentioned in audacity...