Japanese English
GnoWavCut splits non-compressed 16bit PCM Wave file. You can specify the point to split with sounds playing.
gnowavcut-0.0.8.tar.gz
gnowavcut-0.0.8-1.i386.rpm
Latest source is available in anonymous CVS.
For getting source:
Move appropriate directory and execute the following command.
$ cvs -d:pserver:anonymous@gnowavcut.good-day.net:/cvsroot/gnowavcut login $ cvs -d:pserver:anonymous@gnowavcut.good-day.net:/cvsroot/gnowavcut -z3 checkout gnowavcutJust press Enter key when cvs asks password.
For updating latest source: Move gnowavcut directory and do this:
$ cvs -z3 update
You can use CVSROOT envrionmental variable instead of -d option. Apply -z3 option in order to reduce network trafic.
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.
$ tar zxvf gnowavcut-0.0.8.tar.gz $ cd gnowavcut-0.0.8 $ ./configure $ make # make install
If you want to build the package from the source, run the command:
$ rpm -tb --clean gnowavcut-0.0.8.tar.gz
After rebuilding or downloading i386.rpm,
# rpm -Uvh (rpm_path)/RPMS/i386/gnowavcut-0.0.8-1.i386.rpm
debs for sid are available. firstly, add these apt-line to /etc/apt/sources.list.
deb http://y-imai.good-day.net/debian ./ deb-src http://y-imai.good-day.net/debian ./
Secondly, type apt-get update && apt-get install gnowavcut.