File: packages

package info (click to toggle)
gramofile 1.6-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 820 kB
  • ctags: 536
  • sloc: ansic: 10,238; makefile: 55
file content (111 lines) | stat: -rw-r--r-- 5,055 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Packages file for gramofile
# Copyright 1999 by Charles Briscoe-Smith.  Licenced according to the GNU GPL.

Source: gramofile
Section: sound
Priority: extra
Packager: Charles Briscoe-Smith <cpbs@debian.org>
Maintainer: Daniel Kobras <kobras@debian.org>
Standards-Version: 3.5.5
Description: GramoFile
Upstream-Source: <URL:http://panic.et.tudelft.nl/~costar/gramofile/>
Home-Page: <URL:http://panic.et.tudelft.nl/~costar/gramofile/>
Packaged-For: Debian GNU/Linux
Build-Sequence: conserve-space
Build-Depends: libncurses5-dev, fftw-dev (>= 2.1.3-10)
Build: sh
 make
Clean: sh
 make clean
Patches: *.dpatch
Major-Changes: Included several semi-major patches as published on the
 GramoFile home page. See the Debian changelog for details.
Copyright: GPL
 GramoFile - Gramophone records to CDs, Tick Reduction, Track Splitting
 Copyright (C) 1998 J.A. Bezemer
 .
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the Free
 Software Foundation; either version 2 of the License, or (at your option)
 any later version. 
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 for more details. 
 .
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 [ 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA ]
 .
 AUTHORS
 .
 GramoFile was developed by Anne Bezemer and Ton Le, students of the
 department of Information Technology and Systems (ITS), sub-department of
 Electrical Engineering (ET) of the Delft University of Technology (TU
 Delft). The first major part was written during the `Integraal Project
 Practicum' (IPP) in the spring of 1998. However, development has continued
 unofficially thereafter (so now we have track splitting operational :).
 Total development time is about 7 weeks full-time. 
 .
 The following persons have been very helpful and/or supportive during the
 `official' part of the project: A.P. Thijssen, E.A. Hendriks, A. Redert,
 J.A.H. Snelders, L.  Meijs and R.J. de Gruijl. Other persons are mentioned
 in the ChangeLog file. 
 .
 Any questions, comments, suggestions and bugfixes may be mailed to
 J.A.Bezemer@ITS.TUDelft.NL (or try costar@panic.et.tudelft.nl or
 mcbzmr@dds.nl). But please understand that I'm a student with very limited
 time to do the more pleasant things in life.
 .
 Have fun!
 .
 --
 All mentioned trademarks and registered trademarks are the property of their
 respective owners. 

Package: gramofile
Architecture: any
Depends: [/usr/bin/*]
Recommends: mctools-lite
Suggests: cdrecord
Description: Transfer sound from gramophone records to CD
 GramoFile enables you to record audio from (for example) gramophone
 records, process the signal and listen to the results. Because sound
 files in .WAV-format are used, it is possible to exchange the files
 with many other programs. Cdrecord(1) can burn CD-Recordables of these,
 so you can make CDs with the music of your favorite records.  The user
 interface of GramoFile has a windows-like look-and-feel, making it
 fairly easy to use.
 .
 One of the most important parts of GramoFile is the ability to process
 digital audio signals. Through the application of several filters it
 is possible to accomplish a significant reduction of disturbances like
 ticks and scratches. These filters have been programmed in such a fashion
 that they can be applied in any order (and multiple times) in a single
 run, thus avoiding the use of temporary files. It is possible to adjust
 the properties of each filter independently, so in every situation an
 optimal result can be achieved.
 .
 Another interesting feature is the track splitting. Just make one .wav
 file of an entire side of an record and GramoFile will detect where
 the individual tracks are located. This happens fully automatically,
 without need to set any options. More experienced users may fine-tune
 the algorithm, or change the detected track starts and ends, but
 generally that will not be necessary. Track-times are saved in an
 editable (plaintext) .tracks file, that will be used during the signal
 processing to produce one processed .wav file for each individual track.
 .
 To record and play .wav files, modified versions of brec(1) and bplay(1)
 by David Monro are included. These programs provide buffered recording
 and playback, so all will go well even on a highly loaded system. Both
 programs have been modified to support the standard GramoFile user
 interface.  Brec also got a `graphical' peak level meter, and bplay a
 running time display.
Install: sh
 yada install -bin gramofile
 yada install -lib -exec -subdir gramofile bplay_gramo
 ln -s bplay_gramo $ROOT/usr/lib/gramofile/brec_gramo
 yada install -man debian/gramofile.1
 yada install -doc ChangeLog -as changelog
 yada install -doc README TODO *.txt