File: control

package info (click to toggle)
resample 1.8.1-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 1,728 kB
  • ctags: 2,053
  • sloc: ansic: 38,724; sh: 809; makefile: 133
file content (20 lines) | stat: -rw-r--r-- 786 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: resample
Section: utils
Priority: optional
Maintainer: Paul Brossier <piem@debian.org>
Build-Depends: debhelper (>= 7.0.0)
Standards-Version: 3.8.3

Package: resample
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Resamples a sound file using a FIR filter
 The resample program "resamples" a soundfile to change its sampling
 rate.  For example, it can be used to convert the sampling rate from
 48 kHz (used by DAT machines) to 44.1 kHz (the standard sampling rate
 for Compact Discs). 
 .
 The windowfilter program designs Finite-Impulse-Response (FIR) digital
 filters by the so-called "window method."  In this method, the ideal
 impulse response (a sinc function) is "windowed" by a Kaiser window (a
 popular window used in spectrum analysis).