Skip to content

How to locate a character's pronounciation in the "animalese.wav"? #4

@2bdenny

Description

@2bdenny

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)];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions