Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Save audio page wise or full book #32

Merged
merged 3 commits into from
Oct 17, 2022
Merged

feature: Save audio page wise or full book #32

merged 3 commits into from
Oct 17, 2022

Conversation

codeperfectplus
Copy link
Member

Changelog

  1. Now Users can Download Audiobooks as a page-wise or full book. Earlier it was only a saving page wise and the user need another library to merge all audio. It's fixed in this PR.
  2. Docs Updated for the Save audio function
from audiobook import AudioBook
# argument: Speech-Speed="slow/normal/fast", volume = 0.0 to 1.0
ab = AudioBook(speed="normal", volume=1.0) 

# save_page_wise audio/whole book in one mp3 file
ab.save_audio(self, input_book_path, password=None, save_page_wise=False): 

@DrakeEntity Thanks to him for the suggestion.

Copy link
Member

@aayushi-droid aayushi-droid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

useful for small books.

@aayushi-droid
Copy link
Member

Merging the PR,

@aayushi-droid aayushi-droid merged commit 2d7496f into Py-Contributors:dev Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants