https://github.com/mlang/yatm
Yet Another Time Machine
https://github.com/mlang/yatm
Last synced: 12 months ago
JSON representation
Yet Another Time Machine
- Host: GitHub
- URL: https://github.com/mlang/yatm
- Owner: mlang
- License: gpl-2.0
- Created: 2013-09-05T22:00:53.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T09:06:08.000Z (over 6 years ago)
- Last Synced: 2024-08-14T00:30:34.413Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 252 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
yatm - Yet Another Time Machine
Copyright (C) 2004, 2005, 2006, 2013 Mario Lang
yatm 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
What is Yatm?
Yatm is a simple command line audio player which can perform playback at
a different speed than the original audio was recorded with.
THis is done without changing the sounds pitch.
yatm supports Speex, MPEG audio and all formats supported
by libsndfile (OGG/Vorbis, FLAC, WAV, ...) input files.
Comments are welcome.
- Mario Lang