Update podcast_tts.md

This commit is contained in:
seazon 2017-03-20 22:11:48 +08:00 committed by GitHub
parent b279e86346
commit ce1a157d55

View File

@ -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. 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 # Play control
There are 4 play menus in article list long-tap dialog: 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) - `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. `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 # Playlist
- The played item will be automatically removed from playlist, including podcast audio files. So no need to remove item by yourself. - 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. - 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. - Playlist only supports order playback, no single loop, loop, random play.
- You can reorder playlist via long-tap and drag. - You can reorder playlist via long-tap and drag.
- It skips the played items when play the playlist. - 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" />