Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dictionary Voice Memos #933

Open
Glazelf opened this issue Sep 11, 2024 · 1 comment
Open

Dictionary Voice Memos #933

Glazelf opened this issue Sep 11, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request low priority will fix (later)

Comments

@Glazelf
Copy link
Owner

Glazelf commented Sep 11, 2024

Feature Description

Add pronounciation as attachment instead of link. Or both.
Pronounciation .mp3 files can be found under the pronounciation entries.
Example:

[
    {
        "word": "word",
        "phonetic": "/wɜːd/",
        "phonetics": [
            {
                "text": "/wɜːd/",
                "audio": ""
            },
            {
                "text": "/wɝd/",
                "audio": "https://api.dictionaryapi.dev/media/pronunciations/en/word-us.mp3",
                "sourceUrl": "https://commons.wikimedia.org/w/index.php?curid=1197728",
                "license": {
                    "name": "BY-SA 3.0",
                    "url": "https://creativecommons.org/licenses/by-sa/3.0"
                }
            }
        ]
    }
]
@Glazelf Glazelf added enhancement New feature or request low priority will fix (later) labels Sep 11, 2024
@Glazelf Glazelf self-assigned this Sep 11, 2024
@Glazelf
Copy link
Owner Author

Glazelf commented Sep 11, 2024

Dependent on discordjs/discord.js#10462.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority will fix (later)
Projects
None yet
Development

No branches or pull requests

1 participant