faiface / beep

A little package that brings sound to any Go application. Suitable for playback and audio-processing.
MIT License
2.03k stars 150 forks source link

Change speed without affecting pitch #122

Closed baldore closed 9 months ago

baldore commented 3 years ago

Hello! Thanks for the great work on this library.

Quick question: is it possible to change the speed without affecting the pitch? I'm trying the Speedy player example, but not sure if there's a way to not affect the pitch.

Thanks in advance.

gilwo commented 2 years ago

check this repo: https://github.com/Muges/go-tsm it appear that someone already delved into this issue and it was implemented using beep streamer. 🎉 😄 I am not sure how to achieve the functionality for Realtime audio stream but its a start