Commit Graph

9 Commits

Author SHA1 Message Date
sthen
b18b7a4a66 new-style REVISIONS/LIB_DEPENDS 2010-09-06 00:04:28 +00:00
jakemsr
e7bce2ed58 don't build with jack, which added a bit of runtime dependencies.
now portaudio-svn has no runtime dependencies.
no one objected on ports@
2010-06-13 15:46:13 +00:00
ratchov
6e40a4f9b8 Don't restrict parameters to ones returned by sio_getcap(), instead,
claim that everything is supported. If possible portaudio will
attempt to setup a conversion layer, else the application will fail.
Prevents audio/audacity from failing in situations it could actually
work, especially when aucat(1) can do all the necessary conversions.

ok ajacoutot@, sthen@ and jasper@
2010-02-07 01:30:29 +00:00
jakemsr
53232a9ea5 - update to rev 1406
- add sndio backend written by ratchov@
- disable OSS backend
2009-03-14 02:31:40 +00:00
jakemsr
380b9b5a40 allow this to build on arches other than i386, amd64 and macppc.
no pkg bump because it has no effect on archs that were building.

problem noticed by sturm@
2008-04-02 06:46:03 +00:00
jakemsr
27ee0a793c - maintainence update to revision 1360
- add jack support
2008-03-24 05:26:46 +00:00
jakemsr
1d3b668b1a no need to patch away SNDCTL_DSP_GETODELAY now that it is in libossaudio 2007-11-18 14:03:32 +00:00
jakemsr
24307797c3 - build the tests in the regress target
- in IsFormatSupported() actually check that the sample rate and
  number of channels are supported
- bump pkgname
2007-11-01 03:29:53 +00:00
jakemsr
ace82ffad3 import portaudio v19 snapshot
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.

ok deanna@
2007-10-27 08:59:04 +00:00