Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madskjeldgaard/ranger-sox
Audio conversion and manipulation plugin for the Ranger File Manager
https://github.com/madskjeldgaard/ranger-sox
Last synced: 3 months ago
JSON representation
Audio conversion and manipulation plugin for the Ranger File Manager
- Host: GitHub
- URL: https://github.com/madskjeldgaard/ranger-sox
- Owner: madskjeldgaard
- Created: 2020-01-02T16:51:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T21:44:13.000Z (almost 5 years ago)
- Last Synced: 2024-04-08T03:06:46.371Z (7 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ranger-awesome - ranger-sox
README
# ranger-sox
SoX integration plugin for the [Ranger File Manager](https://github.com/ranger/ranger) making audio conversion easy# Prerequisites
[SoX](https://www.madskjeldgaard.dk/sox-tutorial-command-line-tape-music-an-introduction/)
# Installation
Copy `ranger-sox.py` file to ~/.config/ranger/plugins folder and restart ranger.# Usage
Select one or more files you want to manipulate using SoX and then execute one of the following commandsCurrently available commands:
- `:norm` - normalize file to -0.1 db
- `:trim` - trim silence off the beginning and end of file
- `:splitbysilence` - split a file name into smaller pieces based on silence parts of file
- `:stereo2mono` - convert stereo to mono
- `:fade` - add small fades to beginning and end of file to avoid clicks
- `:reverse` - reverse file