pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/portaudio
Module Name: pkgsrc
Committed By: nia
Date: Mon Nov 25 14:07:48 UTC 2019
Modified Files:
pkgsrc/audio/portaudio: DESCR
Log Message:
portaudio: Update DESCR to remove references to SGI and BeOS
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/portaudio/DESCR
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/portaudio/DESCR
diff -u pkgsrc/audio/portaudio/DESCR:1.4 pkgsrc/audio/portaudio/DESCR:1.5
--- pkgsrc/audio/portaudio/DESCR:1.4 Sun Oct 20 11:10:49 2019
+++ pkgsrc/audio/portaudio/DESCR Mon Nov 25 14:07:48 2019
@@ -1,12 +1,9 @@
-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, and was recently
-selected as the audio component of a larger PortMusic project that includes
-MIDI and sound file support.
+PortAudio is a free, cross-platform, open-source, audio I/O library. It
+lets you write simple audio programs in C or C++ that will compile and run
+on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA).
+
+It is intended to promote the exchange of audio software between developers
+on different platforms.
PortAudio provides a very simple API for recording and/or playing sound
-using a simple callback function. Example programs are included that
-synthesize sine waves and pink noise, perform fuzz distortion on a guitar,
-list available audio devices, etc.
+using a simple callback function or a blocking read/write interface.
Home |
Main Index |
Thread Index |
Old Index