Sound Like
"How does a cow sound?" A hybrid offline/online sound-lookup skill for OVOS - not an animal-sounds skill specifically, even though the bundled library happens to be animals today. See "Why not just 'animal sounds'" below.
Early 0.0.x release. 10 bundled animal sounds, en-us + da-dk. Not on the OVOS Skill Store yet.
Usage
"how does a cow sound"
"what does a dog sound like"
"play a cat sound"
"hvordan lyder en ko" (Danish)
"hvilken lyd laver en hund" (Danish)
If the sound isn't bundled and an online fallback is configured:
"how does big ben sound"
"what does a steam boat sound like"
Why not just "animal sounds"?
The first design for this skill was animal-specific, sourced entirely from a fixed, curated, offline sound library. But the person requesting it also wanted "how does Big Ben sound" and "what does a boiling egg sound like" to work - genuinely open-ended queries that no fixed offline list can cover.
Those are two different problems with different tradeoffs:
- A fixed bundled list is instant, offline, and fully quality- controlled (every sound was picked and verified by hand).
- An open "search the internet for a sound of X" is unbounded but depends on a network connection, an API key, and someone else's (uncurated) upload.
Rather than pick one, this skill does both: bundled sounds always answer instantly offline; anything else optionally falls back to an online search. The skill's identity had to change to match - it was never really "the animal sounds skill", it's "the how-does-that-sound skill", and animals just happen to be the first (and so far only) bundled category.
Architecture
- Bundled, offline, curated.
sounds/<category>/*.mp3, aliased per language inlocale/<lang>/sound_aliases.json(same category- grouped JSON pattern asovos-skill-convert'sunit_aliases.json). No internet, no API key, instant playback. Only "animals" (10 sounds) exists today - adding a new bundled category is a locale- file + sounds-folder change, no code. - Online fallback via freesound.org, only for words NOT in the
bundled table. Requires a free freesound.org API key (see
settingsmeta.json/ Settings). Results are filtered to CC0 (public domain) license only - never anything requiring attribution, since a spoken response has no good way to credit a source.
Unlike ovos-skill-convert's unit resolver, there is no fuzzy
matching on the bundled table - a near-miss animal name falls
through to the (clearly-announced) online fallback rather than
risking a confidently wrong sound. A wrong unit conversion is a
number being slightly off; a wrong animal sound is jarring and
obviously wrong in a completely different way, so the bar for
guessing is higher here.
What happens when
| Situation | Behavior |
|---|---|
| Word is in the bundled table | Plays instantly, no speech first |
| Word isn't bundled, no API key configured | Says so, doesn't guess |
| Word isn't bundled, API key set, no internet | Says so, doesn't guess |
| Word isn't bundled, API key set, online | Speaks "checking online...", then plays the result |
| Online search finds nothing | Says so |
| Online search fails (network error, bad key, etc) | Says so, doesn't crash |
Install
pip install ovos-skill-sound-like
Getting a freesound.org API key (optional)
The bundled sounds work with zero configuration. For the online fallback:
- Create a free account at freesound.org.
- Apply for an API key at freesound.org/apiv2/apply.
- Paste it into this skill's settings (
freesound_api_key).
Sound credits
See CREDITS.md - all bundled sounds are CC0 (public domain) from bigsoundbank.com.
Development
See DEVELOPMENT.md.
Category
Entertainment
Tags
#sounds #animals #fun #kids #entertainment
Release files for ovos-skill-sound-like 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ovos_skill_sound_like-0.0.1.tar.gz | 1.8 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ovos_skill_sound_like-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.6 MB
Release files / ovos_skill_sound_like-0.0.1.tar.gz
| Download URL | ovos_skill_sound_like-0.0.1.tar.gz |
|---|---|
| Size | 1.8 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2fbf9168c2562c80dde3f60d9ab6a9b45aea1567e3e4f45af16d61d5ce19b4a8
|
|
BLAKE2b-256 checksum How to use checksums |
81dcdfde444099786b5d402353ddf3c32ebde8c31bf67ca8f015dbef62fe00fc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 16, 2026.
Transparency logRelease files / ovos_skill_sound_like-0.0.1-py3-none-any.whl
| Download URL | ovos_skill_sound_like-0.0.1-py3-none-any.whl |
|---|---|
| Size | 1.8 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3e2e244fb2e887c77d6e7f42041cbd2bf445f0b4019ba3de60932db09d05e35f
|
|
BLAKE2b-256 checksum How to use checksums |
b8df6232d1ba173faa41e93053f8986e1733ded968cfb88d6b6d1f94398bfea6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 16, 2026.
Transparency log