Chris Veilleux
|
f06ed19ac8
|
fixed a bug with usage of the Decimal class
|
2022-09-02 16:00:27 -05:00 |
Chris Veilleux
|
00e5cba78f
|
add transcription metrics to Google STT transcription.
|
2022-08-26 18:42:46 -05:00 |
Chris Veilleux
|
f8c1f830c8
|
Add a new endpoint to perform STT transcription through Assembly AI.
|
2022-08-22 14:39:25 -05:00 |
Chris Veilleux
|
6fe19ddde2
|
remove pylint pre-commit hook as it was not working with the repository setup as it is
|
2022-07-19 14:22:29 -05:00 |
Chris Veilleux
|
9dc800de88
|
remove logic that saved TTS transcriptions as part of new privacy policy initiative
|
2022-07-12 13:04:16 -05:00 |
Chris Veilleux
|
2f6e06839f
|
fixed a bug in the Google STT endpoint where a network disconnect affected writing the audio to the file system
|
2022-03-11 12:38:27 -06:00 |
Chris Veilleux
|
c5497f7e9f
|
Apply code review changes.
|
2020-05-27 20:02:59 -05:00 |
Chris Veilleux
|
ec356eec12
|
added logic to populate the *_active columns in the account_activity metrics table.
|
2020-05-26 22:35:50 -05:00 |
Chris Veilleux
|
a24791836a
|
do not write stt files if user is not opted in.
|
2019-12-03 12:57:41 -06:00 |
Steve Penrod
|
9dc4d62490
|
Adding the basics to prepare for publishing this repo
Changes include:
* Adding AGPL 3.0 license template (TODO: Apply to all 200+ *.py files)
* Adding AGPL license files
* Add generic public repo files (CONTRIBUTING, etc)
* Simple README updates
* Adding other generic files, e.g. .github templates
|
2019-07-27 18:44:23 -05:00 |
Chris Veilleux
|
276340ec67
|
fixed typo in audio file
|
2019-07-08 15:56:36 -05:00 |
Chris Veilleux
|
05ba05f50d
|
write out the .flac and .stt files for users that opt-in for tagging purposes.
|
2019-07-01 21:57:22 -05:00 |
Matheus Lima
|
aabc779647
|
fixing bug with google stt and fixing device's setting to properly return date format and time format
|
2019-03-27 13:11:38 -03:00 |
Matheus Lima
|
4dc2b47c63
|
Applying the new authentication logic in the endpoints of the public API
|
2019-03-06 22:10:59 -03:00 |
Matheus Lima
|
fe8466a309
|
Created test to validate that when we update the skills settings, the device API is able to fetch the skill settings with the new values
|
2019-03-06 16:42:57 -03:00 |
Matheus Lima
|
c02f308392
|
Created behave test for the google stt endpoint
|
2019-02-19 10:06:30 -03:00 |
Matheus Lima
|
d6bab8fb8f
|
Removed unused import
|
2019-02-19 10:06:30 -03:00 |
Matheus Lima
|
6c25c2f85d
|
Migrating the project from flask-restful to flask
|
2019-02-19 10:06:30 -03:00 |