Audio-Cutter
Audio-Cutter copied to clipboard
WIP - Gtk3 Audio Cutter
Audio Cutter
The project is a WIP.
Screenshots
How to install?
As the application is a WIP, there are no stable packages of the application yet. Once the first stable release is out, you should be able to get it from Flathub.
Dependencies
python3gtk3gstreamergstreamer-plugins-goodgst-editing-servicesgst-transcodergst-pythoncairopy3cairopython-numpymeson
Install the Flatpak nightly
In order to build and run the Flatpak package you need to install
xdg-desktop-portalxdg-desktop-portal-gtk
The GNOME 3.30 runtime/sdk is required to build the Flatpak package
flatpak install flathub org.gnome.Sdk//3.30
Then you can build & install it
git clone https://github.com/bilelmoussaoui/Audio-Cutter.git
cd Audio-Cutter/build-aux/flatpak
flatpak-builder --install app com.github.bilelmoussaoui.AudioCutter.json --user
You can run it using
flatpak run com.github.bilelmoussaoui.AudioCutter
Manual installation
meson _build --prefix=/usr
sudo ninja -C _build install