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
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