I want to extract only the pronounciation of "A", could you tell me how to locate it in this audio?
And I'm confused about this letter_library's 44 and Math.floor(i * pitch), I‘ll be grateful if you are willing to explain that =D!
data[c_index * output_samples_per_letter + i] = this.letter_library[44 + library_letter_start + Math.floor(i * pitch)];
I want to extract only the pronounciation of "A", could you tell me how to locate it in this audio?
And I'm confused about this
letter_library's44andMath.floor(i * pitch), I‘ll be grateful if you are willing to explain that =D!data[c_index * output_samples_per_letter + i] = this.letter_library[44 + library_letter_start + Math.floor(i * pitch)];