Update podcast_tts.md

This commit is contained in:
seazon 2017-03-20 22:13:04 +08:00 committed by GitHub
parent ce1a157d55
commit 190358a18c
1 changed files with 9 additions and 9 deletions

View File

@ -7,12 +7,12 @@ 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" /> <img src="https://github.com/seazon/FeedMe/blob/master/tts_2.png" width="50%" height="50%" />
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. 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_8.png" width="50%" height="50%" />
<img src="https://github.com/seazon/FeedMe/blob/master/tts_9.png" /> <img src="https://github.com/seazon/FeedMe/blob/master/tts_9.png" width="50%" height="50%" />
# 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:
@ -23,7 +23,7 @@ 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" /> <img src="https://github.com/seazon/FeedMe/blob/master/tts_1.png" width="50%" height="50%" />
# 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.
@ -36,16 +36,16 @@ There are 4 play menus in article list long-tap dialog:
When an item is playing, a notification adds in notification bar. And you can enter playing page via tap it. 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" /> <img src="https://github.com/seazon/FeedMe/blob/master/tts_6.png" width="50%" height="50%" />
# Playing page # Playing page
There are 3 pages in playing page. You can find a sross icon in playlist page, that is `Stop tag`. 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_3.png" width="50%" height="50%" />
<img src="https://github.com/seazon/FeedMe/blob/master/tts_4.png" /> <img src="https://github.com/seazon/FeedMe/blob/master/tts_4.png" width="50%" height="50%" />
<img src="https://github.com/seazon/FeedMe/blob/master/tts_5.png" /> <img src="https://github.com/seazon/FeedMe/blob/master/tts_5.png" width="50%" height="50%" />
# TTS setting # TTS setting
There is an `Audio` tab in `Settings`, you can goto TTS setting page from here. 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" /> <img src="https://github.com/seazon/FeedMe/blob/master/tts_7.png" width="50%" height="50%" />