birdofpreyru / react-native-audio

React Native: access to the audio input stream, and audio sample player
https://dr.pogodin.studio/docs/react-native-audio
Other
18 stars 4 forks source link

SamplePlayer: support playing a sample in a different pitch #22

Open RobCvdV opened 1 month ago

RobCvdV commented 1 month ago

Simply playing back a sound faster or slower, so the pitch and duration scale. No react native plugin seems to support it (at least for both ios and android).

birdofpreyru commented 1 month ago

Yeah, that would be a nice feature to have :) I don't really need it myself though, thus either you make a PR, or sponsor me to implement it :sweat_smile:

RobCvdV commented 1 month ago

Yeah, that would be a nice feature to have :) I don't really need it myself though, thus either you make a PR, or sponsor me to implement it 😅

Was considering that It will be hard to get dive into the native code and frameworks. Takes a lot of time.