1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/audio/q-audio/pkg-descr
Eitan Adler 7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +00:00

15 lines
586 B
Plaintext

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/