~ubuntu-branches/ubuntu/utopic/jconvolver/utopic-proposed

« back to all changes in this revision

Viewing changes to config-files/santalucia.conf

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-01-17 17:43:09 UTC
  • Revision ID: james.westby@ubuntu.com-20100117174309-hc5fbqk31xwi1aok
Tags: upstream-0.8.4
ImportĀ upstreamĀ versionĀ 0.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#  -----------------------------------------------------------------------------
 
2
#
 
3
#  Copyright (C) 2005-2007 Fons Adriaensen <fons@kokkinizita.net>
 
4
#  
 
5
#  This program is free software; you can redistribute it and/or modify
 
6
#  it under the terms of the GNU General Public License as published by
 
7
#  the Free Software Foundation; either version 2 of the License, or
 
8
#  (at your option) any later version.
 
9
#
 
10
#  This program is distributed in the hope that it will be useful,
 
11
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
#  GNU General Public License for more details.
 
14
#
 
15
#  You should have received a copy of the GNU General Public License
 
16
#  along with this program; if not, write to the Free Software
 
17
#  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
18
#
 
19
#  -----------------------------------------------------------------------------
 
20
#
 
21
#
 
22
# Jconv demo configuration
 
23
# ------------------------
 
24
#
 
25
# This creates the reverb sampled in Santa Lucia Basilica
 
26
# in Bologna, Italy. Impulse recording (C) Angelo Farina.
 
27
# The offset 1400 cuts off the direct sound, to be mixed
 
28
# in separately. This is recommended for reverb use, as
 
29
# the IR was measured using a gun shot, and consequently
 
30
# the frequency response is not really flat.
 
31
#
 
32
# The file 'santalucia.wav' can be found at
 
33
#
 
34
#   http://www.kokkinizita.net/linuxaudio/downloads/santalucia.wav
 
35
#
 
36
#
 
37
# Replace by whatever required...
 
38
#
 
39
/cd /audio/reverbs
 
40
#
 
41
#
 
42
#                in  out   partition    maxsize
 
43
# -----------------------------------------------
 
44
/convolver/new    2    2        256     204800
 
45
#
 
46
#
 
47
#              num   port name     connect to 
 
48
# -----------------------------------------------
 
49
/input/name     1     Input.L
 
50
/input/name     2     Input.R
 
51
#
 
52
/output/name    1     Output.L
 
53
/output/name    2     Output.R
 
54
#
 
55
#
 
56
#               in out  gain  delay  offset  length  chan      file  
 
57
#------------------------------------------------------------------------
 
58
/impulse/read    1   1  0.1     500    1400       0    1   santalucia.wav
 
59
/impulse/read    2   2  0.1     500    1400       0    2   santalucia.wav
 
60
 
 
61