wok annotate portaudio/description.txt @ rev 25672

Up minidlna (1.3.3), phpmyadmin (5.2.1), pidgin (2.14.13), redis (7.2.4), rsync (3.2.7), rust (1.76.0), screen (4.9.1), squashfs (4.6.1), squid (6.7), stunnel (5.72), tcpdump (4.99.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 26 14:07:44 2024 +0000 (10 months ago)
parents
children
rev   line source
Hans-G?nter@25146 1 PortAudio is a free, cross-platform, open-source, audio I/O library.
Hans-G?nter@25146 2 It lets you write simple audio programs in 'C' or C++ that will
Hans-G?nter@25146 3 compile and run on many platforms including Windows, Macintosh OS X,
Hans-G?nter@25146 4 and Unix (OSS/ALSA).
Hans-G?nter@25146 5 It is intended to promote the exchange of audio software between
Hans-G?nter@25146 6 developers on different platforms.
Hans-G?nter@25146 7 Many applications use PortAudio for Audio I/O.
Hans-G?nter@25146 8
Hans-G?nter@25146 9 PortAudio provides a very simple API for recording or playing sound
Hans-G?nter@25146 10 using a simple callback function or a blocking read and write interface.
Hans-G?nter@25146 11 Example programs are included that play sine waves, process audio input
Hans-G?nter@25146 12 (guitar fuzz), record and playback audio, list available audio devices, etc.