Ecosyste.ms: Awesome

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

https://github.com/krig/go-sox

libsox bindings for go
https://github.com/krig/go-sox

Last synced: 3 months ago
JSON representation

libsox bindings for go

Lists

README

        

# gosox

> "SoX − Sound eXchange, the Swiss Army knife of audio manipulation"

Go bindings for the libsox sound library

* For more information and documentation for SoX: http://sox.sourceforge.net/

## Description

`libsox` is a library of sound sample file format readers/writers and
sound effects processors. It is mainly developed for use by `SoX` but is
useful for any sound application.

`SoX` reads and writes audio files in most popular formats and can
optionally apply effects to them. It can combine multiple input
sources, synthesise audio, and, on many systems, act as a general
purpose audio player or a multi-track audio recorder. It also has
limited ability to split the input into multiple output files.