https://github.com/jzucker2/simple-sounds
Simple repo for simple sounds used in other projects
https://github.com/jzucker2/simple-sounds
Last synced: 3 months ago
JSON representation
Simple repo for simple sounds used in other projects
- Host: GitHub
- URL: https://github.com/jzucker2/simple-sounds
- Owner: jzucker2
- Created: 2024-11-05T02:42:11.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-05T02:50:07.000Z (7 months ago)
- Last Synced: 2025-01-13T01:13:46.113Z (5 months ago)
- Size: 4.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-sounds
Simple repo for hosting simple sounds.
Inspired by https://github.com/jesserockz/esphome-components
```yaml
speaker:
- platform: ...
id: my_speaker
...file:
- id: my_file
file: my_file.wav
- id: my_remote_wav
file: https://example.com/my_file.wavbutton:
- platform: template
name: Play my file
on_press:
- lambda: id(my_speaker).play(id(my_file), sizeof(id(my_file)));
```