Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RNRetailer authored Sep 9, 2024
1 parent dc47ae7 commit 50168e8
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,86 @@ Reads text files and outputs audio one sentence at a time. Saves progress. Runs
3. run `python3 play_audio_book.py PATH_TO_BOOK_FILE [--line LINE_TO_START_FROM] [--speed SPEED_MULTIPLIER] [--seconds-between-lines SECONDS_BETWEEN_LINES] [--language LANGUAGE] [--accent ACCENT]`
4. you can safely skip a line with Control + z or exit with Control + c.
5. playback will resume from the last played line if you open the same book again with no line index specified.
# supported accents:
American\
Australian\
Brazilian\
Canadian\
English\
French\
Indian\
Ireland\
Mexican\
Nigerian\
Portueguese\
South African\
Spanish
# supported languages:
Afrikaans\
Amharic\
Arabic\
Bulgarian\
Bengali\
Bosnian\
Catalan\
Czech\
Welsh\
Danish\
German\
Greek\
English\
Spanish\
Estonian\
Basque\
Finnish\
French\
Galician\
Gujarati\
Hausa\
Hindi\
Croatian\
Hungarian\
Indonesian\
Icelandic\
Italian\
Hebrew\
Japanese\
Javanese\
Khmer\
Kannada\
Korean\
Latin\
Lithuanian\
Latvian\
Malayalam\
Marathi\
Malay\
Myanmar (Burmese)\
Nepali\
Dutch\
Norwegian\
Punjabi (Gurmukhi)\
Polish\
Portuguese (Brazil)\
Portuguese (Portugal)\
Romanian\
Russian\
Sinhala\
Slovak\
Albanian\
Serbian\
Sundanese\
Swedish\
Swahili\
Tamil\
Telugu\
Thai\
Filipino\
Turkish\
Ukrainian\
Urdu\
Vietnamese\
Cantonese\
Chinese (Simplified)\
Chinese (Mandarin/Taiwan)
Chinese (Mandarin)

0 comments on commit 50168e8

Please sign in to comment.