Menu

Tree [3a096b] default tip /
 History

Read Only access


File Date Author Commit
 doc 2011-02-22 Benoit Mathieu Benoit Mathieu [2eb737] update documentation
 .hgignore 2011-02-22 Benoit Mathieu Benoit Mathieu [2ccc4f] update hgignore
 .hgtags 2011-02-22 Benoit Mathieu Benoit Mathieu [3a096b] Added tag smarc-0.3 for changeset 2eb737aaf64f
 COPYING 2011-02-18 Benoit Mathieu Benoit Mathieu [70db10] initial import.
 COPYING.LESSER 2011-02-18 Benoit Mathieu Benoit Mathieu [70db10] initial import.
 Makefile 2011-02-18 Benoit Mathieu Benoit Mathieu [0a54cb] fix 16 bytes alignment test for 64bits machine
 Makefile.mingw 2011-02-18 Benoit Mathieu Benoit Mathieu [287c58] improve makefile
 README.txt 2011-02-22 Benoit Mathieu Benoit Mathieu [2eb737] update documentation
 filtering.c 2011-02-18 Benoit Mathieu Benoit Mathieu [0a54cb] fix 16 bytes alignment test for 64bits machine
 filtering.h 2011-02-18 Benoit Mathieu Benoit Mathieu [70db10] initial import.
 main.c 2011-02-22 Benoit Mathieu Benoit Mathieu [6e8ac5] add smarc prefix
 multi_stage.c 2011-02-18 Benoit Mathieu Benoit Mathieu [70db10] initial import.
 multi_stage.h 2011-02-18 Benoit Mathieu Benoit Mathieu [70db10] initial import.
 polyfilt.c 2011-02-18 Benoit Mathieu Benoit Mathieu [70db10] initial import.
 polyfilt.h 2011-02-18 Benoit Mathieu Benoit Mathieu [70db10] initial import.
 remez_lp.c 2011-02-18 Benoit Mathieu Benoit Mathieu [70db10] initial import.
 remez_lp.h 2011-02-18 Benoit Mathieu Benoit Mathieu [70db10] initial import.
 smarc.c 2011-02-22 Benoit Mathieu Benoit Mathieu [6e8ac5] add smarc prefix
 smarc.h 2011-02-22 Benoit Mathieu Benoit Mathieu [6e8ac5] add smarc prefix
 stage_impl.c 2011-02-18 Benoit Mathieu Benoit Mathieu [70db10] initial import.
 stage_impl.h 2011-02-18 Benoit Mathieu Benoit Mathieu [70db10] initial import.

Read Me

Install
=======

*Smarc* source code should compile on *linux*, *MaxOsX* and *Windows (mingw)* platforms.
The smarc library can be compiled without any dependency to any thirdparty library.
The smarc program needs the following thirdparty LGPL libraries:

* `argtable <http://argtable.sourceforge.net/>`_ 
* `libsndfile <http://www.mega-nerd.com/libsndfile/>`_

To compile smarc, once previous libraries are installed:

 1. Edit Makefile to match your needs (in particular, location of your libraries)
 2. make
 

Documentation
=============

Documentation is available online: http://audio-smarc.sourceforge.net/

To build documentation, you need Sphinx: http://sphinx.pocoo.org/
Once Sphinx is installed, go to the doc/ directory, and type 'make html'.

License
=======

Smarc is released under the version 3 of the GNU Lesser General Public License. Read COPYING and COPYING.LESSER for
more details.

Support
=======

To get help with Smarc, contact the authors:
* benoit.mathieu@telecom-paristech.fr
* jacques.prado@telecom-paristech.fr
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.