Difference between revisions of "PortAudio"

From CBLFS
Jump to navigationJump to search
(Contents)
Line 46: Line 46:
 
|libportaudio.so
 
|libportaudio.so
 
|}
 
|}
 +
 +
[[Category:Media Libraries]]

Revision as of 16:31, 19 March 2009

Download Source: http://www.portaudio.com/archives/portaudio_v18_1.zip

Introduction to PortAudio

PortAudio is a free, cross platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' that will compile and run on many platforms including Windows, Macintosh (8,9,X), Unix (OSS), SGI, and BeOS. PortAudio is intended to promote the exchange of audio synthesis software between developers on different platforms.

Project Homepage: http://www.portaudio.com/


Non-Multilib

Compile the package:

sed -i -e "s@/usr/local@/usr@g" Makefile.linux
make -f Makefile.linux

Install the package:

make -f Makefile.linux libinstall

Multilib

TO DO

32Bit

TO DO

N32

TO DO

64Bit

TO DO

Contents

Installed Libraries: libportaudio.so