Skip to content

v1.0.0 — Initial Release

Choose a tag to compare

@tphakala tphakala released this 15 Mar 09:09

Initial release of go-audio-resampler, a pure Go audio resampling library based on libsoxr.

  • Polyphase FIR filtering with Kaiser window design
  • Multiple quality presets (Quick, Low, Medium, High, VeryHigh)
  • Multi-channel support (up to 256 channels)
  • Streaming API with proper state management
  • SIMD acceleration (AVX2/SSE) via tphakala/simd
  • Convenience functions for common sample rate conversions
  • CLI tools: resample-wav, resample, analyze-filter