mirror of https://github.com/seazon/FeedMe.git
Update podcast_tts.md
This commit is contained in:
parent
b279e86346
commit
ce1a157d55
|
@ -7,6 +7,13 @@ FeedMe integrates these two different forms, and you can listen all items like l
|
|||
|
||||
FeedMe provides play section into the playlist in the left navigation bar. To simplify the logic, FeedMe has only one playlist.
|
||||
|
||||
<img src="https://github.com/seazon/FeedMe/blob/master/tts_2.png" />
|
||||
|
||||
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.
|
||||
|
||||
<img src="https://github.com/seazon/FeedMe/blob/master/tts_8.png" />
|
||||
<img src="https://github.com/seazon/FeedMe/blob/master/tts_9.png" />
|
||||
|
||||
# Play control
|
||||
There are 4 play menus in article list long-tap dialog:
|
||||
- `Single play` (add to top of playlist, mark with `Stop tag`, and play this item)
|
||||
|
@ -16,6 +23,8 @@ There are 4 play menus in article list long-tap dialog:
|
|||
|
||||
`Stop tag`: When played a item with `Stop tag`, stop play and clear it.
|
||||
|
||||
<img src="https://github.com/seazon/FeedMe/blob/master/tts_1.png" />
|
||||
|
||||
# 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.
|
||||
|
@ -24,3 +33,19 @@ There are 4 play menus in article list long-tap dialog:
|
|||
- 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.
|
||||
|
||||
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/tts_6.png" />
|
||||
|
||||
# Playing page
|
||||
There are 3 pages in playing page. You can find a sross icon in playlist page, that is `Stop tag`.
|
||||
|
||||
<img src="https://github.com/seazon/FeedMe/blob/master/tts_3.png" />
|
||||
<img src="https://github.com/seazon/FeedMe/blob/master/tts_4.png" />
|
||||
<img src="https://github.com/seazon/FeedMe/blob/master/tts_5.png" />
|
||||
|
||||
# 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/tts_7.png" />
|
||||
|
|
Loading…
Reference in New Issue