Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FR: getVoices options bag #116

@hemanth

Description

@hemanth

It would be good to have an option to fetch voice(s) from getVoice API:

Instead of:

window.speechSynthesis.getVoices().filter(v => v.lang == 'en-US');

It would be useful to have an options bag:

window.speechSynthesis.getVoices({locale:'en-US', gender:'female'});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions