Gum er en enkel audio editor for Linux, med en GTK frontend og en ALSA backend.
Installasjon
Det er (minst) tre metoder for å installere Gum. Men først må du installere følgende avhengigheter: python, pygtk, numpy, libsndfile, setuptools, utviklings filer for python, libasound, libsamplerate, libcairo, og gcc. For å installere disse pakkene på en Debian eller Ubuntu-boksen skriver:
apt-get install python python-GTK2 python-numpy python-setuptools
& Nbsp; libsndfile1 python-dev libasound2-dev libcairo2-dev
& Nbsp; libsamplerate0 libsamplerate0-dev gcc
Metode 1: System-wide installere med pip
Installere pip (på Debian / Ubuntu: apt-get install python-pip). Deretter skriver i en terminal:
su -c "PIP installere tyggis-lyd"
tannkjøtt
Slik avinstallerer Gum:
su -c "pip avinstallere tyggis-lyd"
Metode 2: Lokal installere med pip og virtualenv
Hvis du & rsquo; d heller installere Gum i hjemmekatalogen din, bør du bruke pip med virtualenv (apt-get install python-pip python-virtualenv). Skriver (ikke som root):
cd $ HOME
virtualenv gummy
kilde gummy / bin / activate
PIP installere tyggegummi-lyd
tannkjøtt
Du kan avinstallere Gum fjerne $ HOME / gummy katalogen.
Metode 3: Manuell installasjon av utviklingen versjon
Du & rsquo; ll trenger git, cython og gjøre (apt-get install git cython make). Skriver i en terminal (ikke som root):
cd $ HOME
mkdir gummy
cd gummy
git clone https://github.com/stackp/Gum.git
wget http://downloads.sourceforge.net/pyalsaaudio/pyalsaaudio-0.6.tar.gz
tjære xvzf pyalsaaudio-0.6.tar.gz
cd pyalsaaudio-0,6 /
python setup.py build
cp build / lib.linux-i686-2. * / alsaaudio.so ../Gum/gum/
cd ../
wget http://pypi.python.org/packages/source/s/scikits.samplerate/scikits.samplerate-0.3.3.tar.gz
tjære xvzf scikits.samplerate-0.3.3.tar.gz
cd scikits.samplerate-0.3.3 / scikits / samplerate /
cython _samplerate.pyx
gcc-delt -pthread -fPIC -fwrapv -O2 -Wall -fno-streng-aliasing -I / usr / include / python2.5 -I / usr / include / python2.6 -I / usr / include / sample -lsamplerate - o _samplerate.so _samplerate.c
cd ../../ ..
mv scikits.samplerate-0.3.3 / scikits / Gum / tyggis
rm -rf scikits.samplerate-0.3.3 *
cd Gum / tyggis / fast
gjøre
cd ../fx
gjøre
cd ../ ..
./løpe
. For å avinstallere Gum, bare fjerne $ HOME / gummy katalogen
Krav :
- Python
- scikits.samplerate
- pyalsaaudio
- NumPy
- PyGTK
Kommentarer ikke funnet