~ubuntu-branches/ubuntu/raring/ecasound2.2/raring

« back to all changes in this revision

Viewing changes to Documentation/archived/edi-24.txt

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2009-05-06 15:18:46 UTC
  • mfrom: (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090506151846-dvp8mirqmxwhve66
Tags: 2.6.0-1
* New upstream release
- 08_fix_header_install: remove
- 07_configure_in_maintainer_mode: update
- do not install manpage copies, and just install symlinks for
  ecatools.1
* Build-Depend on texlive-latex-recommended too for ecrm1000 font.
  (closes: #526535)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
------------------------------------------------------------------------
 
2
Status: CLOSED
 
3
 
 
4
(edi-24): Resample audio object
 
5
         - submitted: kaiv, 22.02.2002
 
6
         - implemented: kaiv, 22.08.2002, 2.1dev12
 
7
 
 
8
------------------------------------------------------------------------
 
9
Details:
 
10
 
 
11
- rationale
 
12
    - to replace the old implicit resampling feature that
 
13
      was present in 2.1dev7 and earlier
 
14
- solution ideas 
 
15
    - usage: -i resample,child_freq,audio_object 
 
16
    - example: -i resample,22050,foo.wav
 
17
    - or alternatively: -f:16,2,22050 -i autoresample,foo.wav
 
18
- open issues
 
19
    - what algorithm to use? maybe use a better algorithms
 
20
      taken for instance from sox...
 
21
    - still using linear-interpolation
 
22
 
 
23
------------------------------------------------------------------------
 
24