---
name: soundtouch
version: 1.7.1
origin: audio/soundtouch
comment: Open-source audio processing library
arch: freebsd:9:x86:64
www: http://www.surina.net/soundtouch/
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [LGPL21]
flatsize: 233363
desc: |
  SoundTouch is an open-source audio processing library for changing the
  tempo, pitch, and playback rates of audio streams or files:

    * Tempo (time-stretch): changes the sound to play at faster or slower
      speed than original, without affecting the sound pitch
    * Pitch (key): changes the sound pitch or key, without affecting the
      sound tempo or speed
    * Playback rate: changes both the sound tempo and pitch, as if an LP
      disc was played at wrong RPM rate

  The SoundTouch library is suited for application developers writing sound
  processing tools that require tempo/pitch control functionality, or just for
  playing around with the sound effects.  The source kit includes also an
  example utility SoundStretch that allows processing .WAV audio files with
  command-line interface.

  WWW: http://www.surina.net/soundtouch/
categories: [audio]
options: {DOCS: on, INTEGER_SAMPLES: off}
files:
  /usr/local/bin/soundstretch: 5eac70aa45a320470ad3a98d4808ace2b0aaecb94465cf13f55ad4cd7e5a77de
  /usr/local/include/soundtouch/BPMDetect.h: 81b1db847399a018ce342c97998094afd4befbe6e5e087478a75b510a305655e
  /usr/local/include/soundtouch/FIFOSampleBuffer.h: cc53c145e2b9be49c16cdadfecf3ef998876787ae08a20b1ec30fde95de9668a
  /usr/local/include/soundtouch/FIFOSamplePipe.h: 6a5f9bfc454a697a9e252a92d9b47981267306e342b5235acf0fce8acebc0fc4
  /usr/local/include/soundtouch/STTypes.h: 98bc8f091d840e8467b5bb1e5cd3e1bdb83c446b2aee6c3aeb2a6304bca63286
  /usr/local/include/soundtouch/SoundTouch.h: 7404a9b566ddd579052b1f9ad23b2f739b244f28939856a226847f9c20784c4c
  /usr/local/include/soundtouch/soundtouch_config.h: a6cd9d267ad74482e810d6098bf70141febfe8adfc5b9c5315ff2bf93e38208f
  /usr/local/lib/libSoundTouch.la: 62fc19f85794844a4a4034d7eee333983bbb4d80a03a2f039ec47abd0964ec85
  /usr/local/lib/libSoundTouch.so: '-'
  /usr/local/lib/libSoundTouch.so.0: c8aafa654c433284c9adb24515f6a760adfe5b1f5851ef6fd659bb2cdc38aff3
  /usr/local/libdata/pkgconfig/soundtouch.pc: 57c0e11a6bcd37551e5c5205edac9126836b924e5e080e9a5771920a019eed2f
  /usr/local/share/aclocal/soundtouch.m4: e629aa34136d3c1f98382a09a135493da8166ac46de817d48d3a586981923686
  /usr/local/share/doc/soundtouch/README.html: 90590b13d196f176e10f0a455626b8858a1502a362ef958c8cf86daade7f87ad
  /usr/local/share/licenses/soundtouch-1.7.1/LGPL21: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551
  /usr/local/share/licenses/soundtouch-1.7.1/LICENSE: 771915ce001e64e6273d8877b28a1155e8c64a0053ed0b98d93dcb4562911c92
  /usr/local/share/licenses/soundtouch-1.7.1/catalog.mk: a1bfd019a128b37502ce8096547aa61a0912c2f4f92a3e24c3d80a910aa9a377
directories:
  /usr/local/share/licenses/soundtouch-1.7.1/: n
  /usr/local/share/licenses/: y
  /usr/local/share/doc/soundtouch/: n
  /usr/local/include/soundtouch/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
  post-deinstall: |
    cd /usr/local
