blob: dfb7d9eb29c1cf4c522bb19bbd346eed52c9d69e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
This package contains two modules to write digital audio applications in the Q
programming language:
- The audio module implements a (near-)realtime audio interface on top of Phil
Burk's PortAudio library V1.8 (http://www.portaudio.com/).
- The sndfile module allows you to access sound files in various formats using
Erik de Castro Lopo's libsndfile library V1.0 or later
(http://www.zip.com.au/~erikd/libsndfile/).
Also included is a GGI-based wave renderer (draw_wave.q) and a simple
graphical audio player application (audio_player.q).
WWW: http://q-lang.sourceforge.net/
|