FeedMe/doc/en/podcast_tts.md

53 lines
3.2 KiB
Markdown
Raw Normal View History

2017-03-19 10:28:58 +01:00
FeedMe now supports TTS and podcast, you can read articles with your ear.
2017-03-19 09:42:15 +01:00
2017-03-19 10:28:58 +01:00
- For podcast feed, FeedMe supports manual download for offline reading.
- For normal feed, FeedMe compliances with the standard Android TTS specification, you can read with your favorite TTS engine, such as Google TTS or Ivona.
2017-03-19 09:42:15 +01:00
2017-03-19 10:17:21 +01:00
FeedMe integrates these two different forms, and you can listen all items like listening to music.
2017-03-19 09:42:15 +01:00
2017-03-19 10:17:21 +01:00
FeedMe provides play section into the playlist in the left navigation bar. To simplify the logic, FeedMe has only one playlist.
2017-03-19 09:42:15 +01:00
<img src="https://github.com/seazon/FeedMe/blob/master/doc/en/imgs/tts_2.png" width="25%" height="25%" />
2017-03-20 15:11:48 +01:00
There is a new layout in article list: podcast. This layout contains a progress button, you can play a item or download the audio file if it is a podcast item.
2017-06-02 10:23:09 +02:00
<img src="https://github.com/seazon/FeedMe/blob/master/doc/en/imgs/tts_8.png" width="25%" height="25%" /> <img src="https://github.com/seazon/FeedMe/blob/master/doc/en/imgs/tts_9.png" width="25%" height="25%" />
2017-03-20 15:11:48 +01:00
2017-03-19 10:26:58 +01:00
# Play control
2017-03-19 10:17:21 +01:00
There are 4 play menus in article list long-tap dialog:
2017-03-19 10:28:58 +01:00
- `Single play` (add to top of playlist, mark with `Stop tag`, and play this item)
- `Play` (add to playlist and play, if playing now, stop the playing item)
2017-03-19 10:26:58 +01:00
- `Next play` (add after the playing item)
- `Add to playlist` (add to last of playlist)
2017-03-19 10:27:49 +01:00
2017-03-19 10:26:58 +01:00
`Stop tag`: When played a item with `Stop tag`, stop play and clear it.
2017-03-19 09:42:15 +01:00
<img src="https://github.com/seazon/FeedMe/blob/master/doc/en/imgs/tts_1.png" width="25%" height="25%" />
2017-03-20 15:11:48 +01:00
2017-03-19 10:26:58 +01:00
# Playlist
- The played item will be automatically removed from playlist, including podcast audio files. So no need to remove item by yourself.
- FeedMe can remember the play position automatically.
- You can remove item via swipe from right to left.
- Now FeedMe does not support podcast online playing.
- Playlist only supports order playback, no single loop, loop, random play.
- You can reorder playlist via long-tap and drag.
- It skips the played items when play the playlist.
2017-03-20 15:11:48 +01:00
When an item is playing, a notification adds in notification bar. And you can enter playing page via tap it.
<img src="https://github.com/seazon/FeedMe/blob/master/doc/en/imgs/tts_6.png" width="25%" height="25%" />
2017-03-20 15:11:48 +01:00
# Playing page
2017-06-02 10:04:59 +02:00
There are 3 pages in playing page. You can find a cross icon in playlist page, that is `Stop tag`.
2017-03-20 15:11:48 +01:00
2017-06-02 10:23:09 +02:00
<img style="float: left;" src="https://github.com/seazon/FeedMe/blob/master/doc/en/imgs/tts_3.png" width="25%" height="25%" /> <img style="float: left;" src="https://github.com/seazon/FeedMe/blob/master/doc/en/imgs/tts_4.png" width="25%" height="25%" /> <img style="float: left;" src="https://github.com/seazon/FeedMe/blob/master/doc/en/imgs/tts_5.png" width="25%" height="25%" />
2017-03-20 15:11:48 +01:00
# TTS setting
There is an `Audio` tab in `Settings`, you can goto TTS setting page from here.
<img src="https://github.com/seazon/FeedMe/blob/master/doc/en/imgs/tts_7.png" width="25%" height="25%" />
2017-06-02 09:19:27 +02:00
# Tips
### Play feed view or web view
2017-06-02 10:10:51 +02:00
##### Q: Sometimes feed does not provide full text, and when we switch to web view and play, it still play the feed view text. How can I play the web view text?
2017-06-02 09:26:31 +02:00
A: You can read <a href="https://github.com/seazon/FeedMe/blob/master/doc/en/mobilizer.md#default-view">this section</a> to know how it works.