wok diff portaudio/description.txt @ rev 25473

created recipe for get-java8-jre
author Hans-G?nter Theisgen
date Wed Oct 12 10:36:11 2022 +0100 (20 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/portaudio/description.txt	Wed Oct 12 10:36:11 2022 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +PortAudio is a free, cross-platform, open-source, audio I/O library.
     1.5 + It lets you write simple audio programs in 'C' or C++ that will
     1.6 +compile and run on many platforms including Windows, Macintosh OS X,
     1.7 +and Unix (OSS/ALSA).
     1.8 +It is intended to promote the exchange of audio software between
     1.9 +developers on different platforms.
    1.10 +Many applications use PortAudio for Audio I/O.
    1.11 +
    1.12 +PortAudio provides a very simple API for recording or playing sound
    1.13 +using a simple callback function or a blocking read and write interface.
    1.14 +Example programs are included that play sine waves, process audio input
    1.15 +(guitar fuzz), record and playback audio, list available audio devices, etc.