Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axeldelafosse/surroundgen
🔊 Surroundgen is a surround and immersive spatial audio toolkit. It helps you separate and generate multichannel audio files.
https://github.com/axeldelafosse/surroundgen
audio ffmpeg immersive multichannel sound spatial surround
Last synced: 2 months ago
JSON representation
🔊 Surroundgen is a surround and immersive spatial audio toolkit. It helps you separate and generate multichannel audio files.
- Host: GitHub
- URL: https://github.com/axeldelafosse/surroundgen
- Owner: axeldelafosse
- License: mit
- Created: 2024-02-05T11:00:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-05T18:12:44.000Z (about 1 year ago)
- Last Synced: 2024-12-01T01:34:46.743Z (2 months ago)
- Topics: audio, ffmpeg, immersive, multichannel, sound, spatial, surround
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Surroundgen
Surroundgen is a surround and immersive spatial audio toolkit. It helps you separate and generate multichannel audio files.
## Installation
`python3 -m pip install surroundgen`
## Separation
Input: a multichannel audio file
Output: a directory with a mono file for each channel
`surroundsep "Kraftwerk - Mitternacht.flac"`
## Generation
Input: a directory with a mono file for each channel (following a naming convention)
Output: a multichannel audio file (in the same directory)
`surroundgen "Kraftwerk - Mitternacht"`