|
|
a891cc16a0
|
Merge pull request #1179 from omnivore-app/feature/add-title-to-speech-file
Put title the first utterance
|
2022-09-09 12:30:36 +08:00 |
|
|
|
a01a10e3f5
|
Put title the first utterance
|
2022-09-09 12:10:29 +08:00 |
|
|
|
7d311ecc9a
|
Merge pull request #1177 from omnivore-app/fix/remove-substack-redundant-text
Remove Open in browser text
|
2022-09-09 10:51:51 +08:00 |
|
|
|
1be0dd50ef
|
Remove anchors class names that contain "tw-text-substack-secondary" as they are used for Substack subscription
|
2022-09-08 22:19:27 +08:00 |
|
|
|
65ce1bf677
|
Merge pull request #1175 from omnivore-app/fix/image-proxy-url
|
2022-09-08 19:40:33 +08:00 |
|
|
|
06218ef5e0
|
Return image proxy url in Article function_resolver
|
2022-09-08 17:55:09 +08:00 |
|
|
|
04ad3af372
|
Merge pull request #1174 from omnivore-app/fix/use-string-for-idx
Make idx string type
|
2022-09-08 16:22:03 +08:00 |
|
|
|
2eb6255ff3
|
Revert change on wordOffset
|
2022-09-08 16:19:12 +08:00 |
|
|
|
85e39dc9f1
|
Use paragraph as anchor
|
2022-09-08 16:10:38 +08:00 |
|
|
|
ff6e84c401
|
Revert the change
|
2022-09-08 16:00:26 +08:00 |
|
|
|
e0ae73b582
|
Adjust wordOffset
|
2022-09-08 15:59:44 +08:00 |
|
|
|
bbed3330e9
|
Return bookmark in utterances and speech marks
|
2022-09-08 15:50:35 +08:00 |
|
|
|
6350a3d53e
|
Make idx string type
|
2022-09-08 11:33:29 +08:00 |
|
|
|
3d11e9df8e
|
Merge pull request #1173 from omnivore-app/fix/speech
fix/speech
|
2022-09-08 11:21:51 +08:00 |
|
|
|
68a932ad0b
|
Escape entityName in ssml
|
2022-09-07 23:13:12 +08:00 |
|
|
|
967fb3c6d5
|
Do not throw error if text is empty
|
2022-09-07 22:56:37 +08:00 |
|
|
|
8e8a6dccd0
|
Change rate to string type
|
2022-09-07 22:55:07 +08:00 |
|
|
|
9a62a3c31e
|
Add pageId to speech-file
|
2022-09-07 22:51:44 +08:00 |
|
|
|
3cf3d40482
|
Replace speech-file with speech in the route
|
2022-09-07 22:48:40 +08:00 |
|
|
|
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 |
|