Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winlinvip/go-aresample
The audio resample library.
https://github.com/winlinvip/go-aresample
Last synced: about 1 month ago
JSON representation
The audio resample library.
- Host: GitHub
- URL: https://github.com/winlinvip/go-aresample
- Owner: winlinvip
- License: mit
- Created: 2016-06-30T05:51:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-06T09:21:18.000Z (over 8 years ago)
- Last Synced: 2024-09-25T09:19:26.399Z (3 months ago)
- Language: Go
- Size: 36.1 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-aresample
The audio resample library.
## Usage
The examples:
* [ExamplePcmS16leMono2Stereo](aresample/example_test.go), resample mono to stereo pcm.
* [ExamplePcmS16leResampler](aresample/example_test.go), resample the sample rate.Winlin 2016