You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just added this library to my android project but unfortunately, I'm unable to find proper documentation/guide or demo project on how to use the library. I need to change the pitch of the audio without changing its length i.e. Voice changing from male to female and vice versa. I'm using the PitchShifter class but it is not giving the desired output. Following is my code:
I also used the combination of RateTransposer and WaveformSimilarityBasedOverlapAdd for pitch shifting but again no desired results because I don't know how to use them properly as there is no documentation available. Kindly guide me. Thanks
The text was updated successfully, but these errors were encountered:
I have just added this library to my android project but unfortunately, I'm unable to find proper documentation/guide or demo project on how to use the library. I need to change the pitch of the audio without changing its length i.e. Voice changing from male to female and vice versa. I'm using the PitchShifter class but it is not giving the desired output. Following is my code:
` currentFactor = 1.5;
outputFile = createAudioFile();
bytesList = new ArrayList<>();
I also used the combination of RateTransposer and WaveformSimilarityBasedOverlapAdd for pitch shifting but again no desired results because I don't know how to use them properly as there is no documentation available. Kindly guide me. Thanks
The text was updated successfully, but these errors were encountered: