▲ 6 ▼ resample - Go package for resampling sound data sound github.com godoc.org goreportcard.com posted by drogo 2869 days ago Go package for resampling sound data by zaf ▲ wsc 2280 days ago ▼ Now there is also zikichombo.org/dsp/resample, by comparison: - zc is all go - zc allows more sample types and more control over the resampling - zc does not do low pass filtering when reducing sample rate. Contributing Register to comment or vote on this story
Now there is also zikichombo.org/dsp/resample,
by comparison:
- zc is all go
- zc allows more sample types and more control over the resampling
- zc does not do low pass filtering when reducing sample rate.