Gum er en simpel audio editor til Linux, med en GTK frontend og en ALSA backend.
Installation
Der er (mindst) 3 metoder til at installere Gum. Men først, skal du installere følgende afhængigheder: python, PyGTK, numpy, Libsndfile, setuptools, udviklings- filer til python, libasound, libsamplerate, libcairo og gcc. For at installere disse pakker på en Debian eller Ubuntu skal du skrive:
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: hele systemet installeres med pip
Installer pip (på Debian / Ubuntu: apt-get install python-pip). Derefter typen i en terminal:
su -c "PIP installere gum-audio"
tyggegummi
Sådan afinstalleres Gum:
su -c "pip afinstallere gum-audio"
Metode 2: Lokal installation med pip og virtualenv
Hvis du & rsquo; hellere d installere Gum i din hjemmemappe, skal du bruge pip med virtualenv (apt-get install python-pip python-virtualenv). Skriv (ikke som root):
cd $ HOME
virtualenv gummy
source gummy / bin / aktivere
pip installere gum-audio
tyggegummi
Du kan afinstallere Gum fjerne $ HOME / gummy bibliotek.
Metode 3: Manuel installation af udviklingsversionen
Du & rsquo; ll brug git, Cython og gøre (apt-get install git Cython make). Indtast en terminal (ikke som root):
cd $ HOME
mkdir gummy
cd gummy
git klon 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 / Samplerate -lsamplerate - o _samplerate.so _samplerate.c
cd ../../ ..
mv scikits.samplerate-0.3.3 / scikits / Gum / gummi
rm -rf scikits.samplerate-0.3.3 *
cd Gum / gummi / hurtig
lave
cd ../fx
lave
cd ../ ..
./run
. Hvis du vil fjerne Gum, bare fjerne $ HOME / gummy mappen
Krav :
- Python
- scikits.samplerate
- pyalsaaudio
- numpy
- PyGTK
Kommentarer ikke fundet