findsilence
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Find silence in your audio files and split them.
Thank you for downloading findsilence.

INSTALLATION
If you are running a POSIX system you can install findsilence by running
'python setup.py install' if you have got setuptools installed. 
If you do not want to install the software but still want to use it, you can
just run the 'gui.py' file in the findsilence directory for a GUI or run
'main.py' for the CLI interface. This is not advised though.
Windows users are advised to double-click on gui.py in order to run the 
program, although this is untested.

MANUAL INSTALLATION
If you haven't you setuptools and are unable to install it, please follow
these instructions to install findsilence onto your system.
Put the findsilence directory anywhere in your PYTHONPATH, most of the time
/usr/lib/python2.5/site-packages/ will be okay. Then copy both files in the
main directory into your /usr/bin/ or /usr/local/bin directory. Then run the
program by typing in 'gfindsilence' for a GUI or 'findsilence' for a CLI.

NOTES
Please mind that findsilence does only accept wav files as input, so if
you have your file as an mp3 or ogg, you will have to manually decode it 
to wav. For POSIX users I would recommend using "lame --decode" and "oggdec"
respectively.

LICENSE
This program is licensed under the terms of the GNU General Public License 3, 
for more information consult the COPYING file.

CONTACT
You can contact the author of the program via email at 
florNOSPAMmayer(a-t)aim(d-o-t)com (Remove NOSPAM).
Alternatively you can contact me using jabber at 
segfaulthunter(at)swissjabber(dot)eu


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。