Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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"`