Commit Graph

3349 Commits

Author SHA1 Message Date
f927f879fd Exclude empty text in utterances 2022-09-07 22:48:06 +08:00
186f5c4df7 Merge pull request #1172 from omnivore-app/fix/parsing-ssml-for-code-block
Moving code block to the top level to synthesize
2022-09-07 22:37:06 +08:00
c6f32a38c2 Moving code block to the top level to synthesize 2022-09-07 19:05:17 +08:00
bf139e17b8 Merge pull request #1170 from omnivore-app/feature/parse-utterances
feature/parse utterances
2022-09-07 18:50:59 +08:00
aeb7e47d68 Make voice, secondaryVoice and priority query params 2022-09-07 18:42:46 +08:00
9117bd668d Update dependencies 2022-09-07 18:20:10 +08:00
bbbd3d10af Update API endpoint 2022-09-07 18:11:59 +08:00
d9dc701de8 Stop counting the words in SSML tags 2022-09-07 18:03:13 +08:00
f1b379b96e Convert html to speech file and return 2022-09-07 18:00:32 +08:00
62619115c8 Convert html to speech-file 2022-09-07 17:59:41 +08:00
5107bfd940 Merge pull request #1167 from omnivore-app/feature/utterances
feature/utterances
2022-09-07 15:39:28 +08:00
35ca4b9054 Fix text-to-speech dependency 2022-09-07 15:16:16 +08:00
96cbdc9f30 Replace wordsCount with wordCount 2022-09-07 15:16:16 +08:00
5781d385ad Return utterances in the API if output format is ssml 2022-09-07 15:16:16 +08:00
7ce7e28e3f Add idx and voice to SSMLItem 2022-09-07 15:16:16 +08:00
33cf975b0e Add dependencies on html-to-text and natural 2022-09-07 15:16:16 +08:00
e6a855db43 Write to audioStream only when uploading file 2022-09-07 15:16:16 +08:00
baaa38547a Create buffer for the audio data 2022-09-07 15:16:16 +08:00
d4dcec75d5 Return 0 for wordsCount if error 2022-09-07 15:16:16 +08:00
33f53da7f0 Change default rate to 1.25 2022-09-07 15:16:16 +08:00
4acfe283ef Remove speechMarks write stream 2022-09-07 15:16:16 +08:00
53f8972449 Send audio data as hex string 2022-09-07 15:16:16 +08:00
c4221f3bf5 Read Utterance input 2022-09-07 15:16:16 +08:00
1bd7637438 Change rate to 1.333 2022-09-07 15:16:16 +08:00
97e560c443 Update wordsCount in page 2022-09-07 15:16:16 +08:00
16524a8b59 Merge pull request #1168 from omnivore-app/feature/android-search-bar
Add search bar to android home feed
2022-09-06 21:42:07 -07:00
357faf5947 fix kotlin string concat error. clear cursor value when search term changes 2022-09-06 21:29:56 -07:00
c952dd0686 track search results order to make sure old queries aren't displayed 2022-09-06 20:25:14 -07:00
ece9c6b9d5 reset search term after search bar is dismissed 2022-09-06 15:35:40 -07:00
d9b0dea0a9 use surfaceVariant color for top app bar container color 2022-09-06 13:20:32 -07:00
e4e5afe072 use material3 topappbar 2022-09-06 13:10:10 -07:00
d069952f5a Add search bar to android home feed 2022-09-06 09:59:22 -07:00
69f07a6a3c Merge pull request #1161 from omnivore-app/feature/speech-streaming
Create a cloud function to steam speech mp3
2022-09-06 10:40:20 +08:00
3bcd77d87a Hardcode SSML 2022-09-06 10:25:40 +08:00
795ca47414 Save wordsCount when page is created 2022-09-06 10:19:58 +08:00
d00391b593 Add wordCount to Page doc in elastic 2022-09-06 10:03:36 +08:00
7fa092d95e Write speech marks to file stream 2022-09-05 17:16:27 +08:00
63742f3dad Merge pull request #1130 from omnivore-app/feat/1079
Feature 1079 -Updating list view to the latest design
2022-09-05 12:05:38 +08:00
e8db087be8 Merge pull request #1164 from omnivore-app/fix/android-bar-layout
System Bar Padding - Android
2022-09-05 11:27:50 +08:00
f1eedbf03d check if image url is null 2022-09-02 14:01:58 -07:00
a0b56f43a1 update android feed card layout 2022-09-02 10:26:38 -07:00
687352920c set status and nav bar background to black 2022-09-02 10:26:38 -07:00
6fa0ecb10a add system bars padding modifier 2022-09-02 10:26:38 -07:00
b9eee9e4c5 Fix docker build 2022-09-02 15:56:23 +08:00
9826262ef4 Return an array of SSMLs instead of ssmlItems 2022-09-02 15:33:00 +08:00
71144d3c84 Reduce SSML size 2022-09-02 15:33:00 +08:00
ba147c0d99 Allow receiving an array of ssmlItems 2022-09-02 15:33:00 +08:00
3953a9098e Send SSML items in the synthesis API 2022-09-02 15:33:00 +08:00
7bb3d711c5 Pull token from Authorization header too 2022-09-02 15:33:00 +08:00
3a40dd7266 Make test SSML shorter 2022-09-02 15:33:00 +08:00