File: control

package info (click to toggle)
wsola 4.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 188 kB
  • ctags: 80
  • sloc: cpp: 543; makefile: 87
file content (35 lines) | stat: -rw-r--r-- 1,443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: wsola
Section: sound
Priority: optional
Maintainer: Matt Flax <flatmax@pgb.unsw.edu.au>
Build-Depends: debhelper (>= 4.0.0), mffm-fftw-dev, mffm-libsndfilew-dev, mffm-timecode-dev, libsndfile1-dev
Standards-Version: 3.6.1

Package: wsola
Architecture: any
Depends: ${misc:Depends}, mffm-fftw1, libsndfile1
Description: allows one to speed/slow audio without altering its pitch
 It speeds up or slows down audio, without pitch alteration. WSOLA operates
 using the Waveform Similarity overlap  add  method [1].
  [1] @InProceedings{Verhelst:1993,
  author =       {Verhelst, W. and Roelands, M.},
  title =        {An overlap-add technique based on waveform similarity
  (WSOLA) for high quality time-scale modification of speech},
  booktitle  = {IEEE International Conference on Acoustics, Speech, and
  Signal Pr ocessing},
  pages =        {554-557},
  year =         {1993},
  volume =       {2},
  month =        {April} }
 .

Package: wsola-dev
Section: devel
Architecture: all
Depends: mffm-fftw-dev, mffm-libsndfilew-dev, mffm-timecode-dev, libsndfile1-dev, wsola
Description: header files for the embedded WSOLA algorithm
 These header files allow WSOLA to be incorperated into embedded (or normal)
 code base. This algorithm has a very small memory footprint (tens of
 kilobytes) and allows it to be implemented on embedded devices. It also has
 variable time scaling, allowing dynamic adjustment of audio playback speed.
 .