sortix-mirror/mxmpp
Jonas 'Sortie' Termansen 9b79673dcb Initial version of Sortix. 2011-08-05 14:25:00 +02:00
..
COPYING Initial version of Sortix. 2011-08-05 14:25:00 +02:00
Makefile.in Initial version of Sortix. 2011-08-05 14:25:00 +02:00
README Initial version of Sortix. 2011-08-05 14:25:00 +02:00
config.guess Initial version of Sortix. 2011-08-05 14:25:00 +02:00
config.h.in Initial version of Sortix. 2011-08-05 14:25:00 +02:00
config.sub Initial version of Sortix. 2011-08-05 14:25:00 +02:00
configure.ac Initial version of Sortix. 2011-08-05 14:25:00 +02:00
install-sh Initial version of Sortix. 2011-08-05 14:25:00 +02:00
mxmpp.cpp Initial version of Sortix. 2011-08-05 14:25:00 +02:00

README

This is a small command-line tool for creating sound files in .wav or raw header-less PCM format with a specific frequency, duration, and amplitude.

= Website
Please see http://www.maxsi.org/software/mksound/

= Features
* Supports .wav format and header-less PCM format.
* Generates sound files with a specific frequency, amplitude, and duration.
* Supports any sample rate.
* Supports any number of channels
* Sound data can be piped to audio software.
* Cross-Platform - works on GNU/Linux and Windows, and (possibly) Mac OS X.

= Releases
== Version 0.2 - Thursday, July 14 2011
* Added support for any number of channels.
* Added support for any number of channels.

== Version 0.1 - Wednesday, July 13 2011
* Initial release.

= Installing
./configure
make
sudo make install

= License Terms
Maxsi mksound is licensed under the GNU GPL (verson 3 or later), which means it is free software, giving your the right to freely use, study, modify and redistribute it. There is a few conditions to use the software, such as you must provide its source code when redistributing it.