word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
45 lines (44 loc) • 1.27 kB
JSON
{
"term": "audible",
"partOfSpeech": "adjective",
"definitions": [
{
"senseNumber": null,
"definition": "that can be heard clearly",
"examples": [
{
"text": "Her voice was **barely audible** above the noise."
},
{
"text": "The shot was clearly audible in the silence."
},
{
"text": "The singer's voice was just audible."
},
{
"text": "The sounds made by bats are not audible to the human ear."
}
],
"collocations": {
"verbs": ["be", "become", "grow"],
"adverb": ["clearly", "perfectly", "barely"],
"preposition": ["above", "to"]
}
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/ˈɔːdəbl/",
"audio": "au/audible/audible__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/ˈɔːdəbl/",
"audio": "au/audible/audible__us_1.mp3"
}
]
},
"wordOrigin": null
}