-
Notifications
You must be signed in to change notification settings - Fork 4
A sound editor with a non-intuitive sound transformation approach using one single gigantic analysis (no windows)
kmatheussen/mammut
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
ABOUT
The description from the orignal author, Øyvind Hammer:
"Mammut will FFT your sound in one single gigantic analysis (no windows).
These spectral data, where the development in time is incorporated in mysterious ways,
may then be transformed by different algorithms prior to resynthesis.
An interesting aspect of Mammut is its completely non-intuitive sound transformation approach."
FAST INSTALL
cd juce_5_3_2/Builds/Linux
CONFIG=Release make -j8
cd ../../../src
make -f Makefile.linux -j8
sudo PREFIX=/usr/local make -f Makefile.linux install
COMPILATION ERRORS
If you get this error message: "No rule to make target '/usr/include/freetype2/freetype/config/ftconfig-64.h', needed by '../../bin/intermediate_linux/Release/juce_linux_Fonts.o'.",
it might work to run this command:
ln -s /usr/include/freetype2/freetype/config/ftconfig.h /usr/include/freetype2/freetype/config/ftconfig-64.h
SOURCE CODE
Repository: https://github.com/kmatheussen/mammut
Get tarball this way: wget https://github.com/kmatheussen/radium/archive/<version>.tar.gz
REQUIRED LIBRARIES
libjack
libsamplerate
libsndfile
libvorbisfile
Homepage:
http://archive.notam02.no/arkiv/doc/mammut/
-Kjetil M. / last updated 2018-11-25
About
A sound editor with a non-intuitive sound transformation approach using one single gigantic analysis (no windows)
Resources
Stars
Watchers
Forks
Packages 0
No packages published