is there a dowload for mac users? __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
Not as far as I know. Download the source and do a ./configure and a make on the Terminal and you should be ready to go. I am only using the echo cancellation yet, but it works fine for me. (On a G4 and a G5) Roddi Am 29.11.2005 um 22:06 schrieb Michael Weinberg:> is there a dowload for mac users? > > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/speex-devRuotger Skupin Mac OS X Software Engineering ilink Kommunikationssysteme GmbH M?nzstr. 13; 10178 Berlin - Germany Ruotger.Skupin@ilink.de
On 11/29/05, Michael Weinberg <m_weinberg18@yahoo.com> wrote:> is there a dowload for mac users?I assume the question is about the speex library? I have added an Xcode project to the xiph/speex SVN repository in r10427, about a week ago. http://svn.xiph.org/trunk/speex/macosx/ It allows one to build Speex.framework (which is a bundled dynamic library + header files, and is the thing you most probably want if you are a mac developer). The project is only for building the framework and does not include tools (which have more dependencies then the library itself) but as such it can be built using just the mac developer tools (Xcode 2.2, possibly 2.1 as well). There is also a binary build of selected xiph frameworks, which includes speex, on the download pages of the XiphQT project: http://www.xiph.org/quicktime/download.html Arek