Make all the sound paths configurable
See original GitHub issueWe distribute some sound files in the src/resources/
directory. We should make them all configurable. Particularly Alexa’s “yes” and “hello” might get annoying over a time, so users might want to replace them with something else.
We should use something like .replace('{resources_path}', resources_path)
and set the paths in the config relative to the {resources_path}
directory.
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Sound Configuration Files - Prepar3D
This document describes the format of sound configuration files, which determine the sounds to use for each aircraft, or other simulated object.
Read more >Change the way music sounds on iPhone - Apple Support
Change the way music sounds on iPhone with EQ, volume limit settings, and Sound Check. Choose an equalization (EQ) setting: Go to Settings...
Read more >Advanced Linux Sound Architecture - ArchWiki
The Advanced Linux Sound Architecture (ALSA) provides kernel driven sound card drivers. It replaces the original Open Sound System (OSS).
Read more >Advanced Linux Sound Architecture - Driver Configuration guide
If you want to support the WaveTable functionality on cards such as SB Live! then you need to enable “Sequencer support” ( CONFIG_SND_SEQUENCER...
Read more >Configure preference settings in Premiere Pro - Adobe Support
The preferences you set for scratch disks, however, are saved with your ... Adobe Premiere Pro can use these kinds of sound card...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Well, yeah, there will be two approaches to actually turn off the “yes”, though they will be semantically different. I wouldn’t worry about that much.
yeah sorry
full file path
=absolute path
Is an empty value going to be the most efficient, I guess that only really matters in terms of the wakeword prompt which already has a bool to switch it off.