Skip to content

Commit

Permalink
Updating README for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
codeperfectplus committed Oct 14, 2022
1 parent a09f3c4 commit f010fe0
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ pip install audiobook

```python
from audiobook import AudioBook
ab = AudioBook("file_path")
ab.text_to_speech()
ab = AudioBook() # argument: Speech-Speed="slow/normal/fast"

ab.save_audio(file_path, password=None) # save audio file
ab.read_book(file_path, password=None) # listen to the book
```

## Usages
Expand Down Expand Up @@ -69,7 +71,18 @@ sudo apt update && sudo apt install espeak ffmpeg libespeak1

## Project status

- Alpha
## V1.0.0

- [x] Save Audio Book locally
- [x] Listen to the book
- [x] Speech-speed control
- [x] Read password protected PDF
- [x] Create json file for the book

## Upcoming Features

- [ ] Support more extensions


## Author

Expand Down

0 comments on commit f010fe0

Please sign in to comment.