Cody Reinold
d6c9a64c80
Issue-2516 - Use requests.post kwarg to pass URL params
2020-04-27 03:23:07 -04:00
Åke Forslund
1258480f30
Improve audio utils log
2020-04-27 08:38:44 +02:00
Cody Reinold
bc5743b7ef
Issue-2550 - Update contributor guidelines to improve clarity and fix broken links
2020-04-26 17:27:24 -04:00
Cody Reinold
f721804899
Issues-2516 - Correct minor issue with documentation
2020-04-26 03:51:26 -04:00
Cody Reinold
e50ea28dd5
Issues-2516 - Resolved IBM Cloud integration issue, switching from user / pass to api key.
2020-04-26 01:43:39 -04:00
devs-mycroft
4d45933c80
Version bump from 20.2.1 to 20.2.2
2020-04-23 13:22:41 +00:00
Åke
0214b766a4
Merge pull request #2542 from forslund/bugfix/mute-before-lock
...
Move mute stage of __init__() after creating lock
2020-04-20 13:14:56 +02:00
Åke
c8c416d98c
Merge pull request #2543 from forslund/bugfix/settingsmeta-upload-start
...
Fix uploading settings meta
2020-04-20 12:56:13 +02:00
Åke Forslund
d1b6db306f
Add test case for sending items added before start
2020-04-20 10:48:24 +02:00
Åke Forslund
202cc94262
Fix uploading settings meta
...
This changes the order so the started flag is set before the settingsmeta
the send() method is called.
The send() method now exits if the started flag isn't set causing the
skill settings not to be uploaded
2020-04-20 09:57:03 +02:00
Åke Forslund
7586de86d9
Fix MutableStream __init__ with mute=True
...
If the stream is restarted while muted this would cause an Exception
leading to an unresponsive voice client due to the read_lock being
called before creation.
2020-04-20 09:26:31 +02:00
Åke Forslund
f19547860b
Update polly access key config to match AWS better
...
key_id -> access_key_id
secret_key -> secret_access_key
2020-04-19 17:53:02 +02:00
jarbasal
751040d653
default voice
2020-04-19 17:25:56 +02:00
jarbasal
3707df87b3
update to newer TTS architecture
2020-04-19 17:25:38 +02:00
jarbasai
383ac5f69e
Add Amazon polly tts
2020-04-19 17:24:56 +02:00
Åke
caa77b33f7
Merge pull request #2538 from forslund/bugfix/enclosure-shutdown
...
Fix enclosure shutdown
2020-04-18 08:00:07 +02:00
Åke Forslund
707be52f21
Update time util docstrings
2020-04-17 23:42:04 +02:00
Åke Forslund
313aaa660d
Improve documentation of download util
2020-04-17 23:42:04 +02:00
Åke Forslund
c5dccc16e2
Improve getting tmp download path
2020-04-17 23:42:04 +02:00
Åke Forslund
a3c625bb0a
Add basic test for download utility
2020-04-17 23:42:04 +02:00
Åke Forslund
3a908a1e35
Minor cleanup of download docstrings and imports
2020-04-17 23:42:04 +02:00
Åke Forslund
06157e3331
Reuse ensure_directory_exists() in create_file()
...
ensure_directory_exists() now takes the directory permissions as an
optional argument.
2020-04-17 23:42:04 +02:00
Åke Forslund
26ef052891
Minor cleanups
...
- Remove superfluous parentheses
- Remove unneccessary pass
2020-04-17 23:42:04 +02:00
Åke Forslund
05695f5b5f
Add simple test for get_platform
2020-04-17 23:42:04 +02:00
Åke Forslund
aa42552d97
Refactor test change loglevel and add tests for process_utils
2020-04-17 23:42:04 +02:00
Åke Forslund
e218533cf6
Split tests into several files
2020-04-17 23:42:04 +02:00
Åke Forslund
b0be6a7ff9
Correct some docstrings
2020-04-17 23:42:04 +02:00
Åke Forslund
82e350064c
Simplify and clean up curate_cache
...
- create helper functions for getting file stats and removing files in
order of age
- create wrapper function for turning MB into bytes
2020-04-17 23:42:04 +02:00
Åke Forslund
e3f4d22b7e
Simplify record function
2020-04-17 23:42:04 +02:00
Åke Forslund
e651e39588
Add test for record function
2020-04-17 23:42:04 +02:00
Åke Forslund
cf40c2e36c
Refactor play_* functions to use a common base
...
Adds comments for PULSE ENVIRONMENT
2020-04-17 23:42:11 +02:00
Åke Forslund
60c0af69d6
Replace read_stripped_lines with generator
2020-04-17 23:42:04 +02:00
Åke Forslund
a0709c885c
Mark redunant string_utils as to be removed
2020-04-17 23:42:04 +02:00
Åke Forslund
0d79af8ce2
Add tests for reading file functions
2020-04-17 23:42:04 +02:00
Åke Forslund
76ff53a615
Add tests for string related utils
2020-04-17 23:42:04 +02:00
Åke Forslund
71683d18d4
Refactor util library.
...
Move utils away from the __init__.py file
2020-04-17 23:42:04 +02:00
Åke Forslund
2582d78237
Add tests for audio playback functions
2020-04-17 23:42:04 +02:00
Åke Forslund
f872daf7ca
Add tests for cache and file functions.
2020-04-17 23:42:04 +02:00
Åke Forslund
7e88ae7e88
Correct the datdir/res path
...
Comment says the folder to be checked should be datadir/res, this makes
the code mean the same thing.
2020-04-17 23:42:04 +02:00
Åke Forslund
b991453bcf
Update docstrings of mycroft/util/__init__.py
2020-04-17 23:42:04 +02:00
Åke Forslund
c52f2837f1
Add test for time utils
2020-04-17 23:42:04 +02:00
Åke
5cbb3d263b
Merge pull request #2540 from forslund/bugfix/fallback-on-error
...
Fix fallback to mimic
2020-04-17 22:28:53 +02:00
Åke Forslund
d51fb126b8
Fix fallback to mimic
...
After catching exception to clear the isSpeaking flag the exception
shall be re-raised to allow the fallback TTS to trigger.
2020-04-17 20:43:13 +02:00
Åke
d4f59bfdeb
Merge pull request #2536 from AIIX/feature/mic_config
...
Feature/mic_config - Add configuration option for microphone timeout
2020-04-17 12:26:30 +02:00
Aditya Mehra
c5c0881d94
Add configuration option to set microphone timeout
...
listener->recording_timeout: Maximum length of recording
listener->recording_timeout: Maximum length of silence before stopping
recording
2020-04-17 11:23:25 +02:00
Åke Forslund
6d13872638
Cleanup of the enclosure entrypoint
...
- split out enclosure determination code
- Add docstrings
- Increase logging
2020-04-16 10:58:07 +02:00
Åke Forslund
290d950424
Fix shutdown of enclosure process
...
Previously it would always be killed, now it exits smoothly.
2020-04-16 09:47:53 +02:00
Åke Forslund
489669601e
Add CLA Check stage
2020-04-15 18:58:32 +02:00
Åke
0ea97df986
Merge pull request #2535 from luca-vercelli/bugfix/issue-2534
...
Issues-2534 - language fallback fix
2020-04-15 13:36:24 +02:00
Dominik
ff2a9772f3
Merge pull request #7 from MycroftAI/dev
...
update to latest dev
2020-04-15 09:08:39 +02:00