faiface / beep

A little package that brings sound to any Go application. Suitable for playback and audio-processing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transpose

joeyave opened this issue · comments

is it possible to change pitch of an audio with this library?

No, I don't think so.

It's possible to resample a clip to get another sample rate and use this to change the speed of the audio. If you play a clip faster, its pitch will be higher. But that's not the same as the pitch change functionality some audio software provides.