Skip to content

Commit

Permalink
Release ver 0.01?
Browse files Browse the repository at this point in the history
  • Loading branch information
zymos committed Apr 17, 2022
1 parent d5af47b commit b56dfad
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 5,861 deletions.
38 changes: 23 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,36 @@ Description: A set of command line tools for creating, re-encoding and optimizin


Includes
* Audiobook ReEncoder - re-encode audiobook files to uniform format
* Audiobook ReEncoder - bulk re-encode audiobook files to uniform format, with some bells and whistles
* Online TTS - Coverts Text-to-Speech audio files using various online TTS services
* Web-novel to Text - extracts web-novels from website and save to txt/ssml file
* AAX Converter - convert AAX(Audible) to MP3/M4B file (to be included in Audiobook ReEncoder)


Download tools: [zip file](https://github.com/zymos/audiobook_tools/archive/master.zip)
# Download

Release
* 0.01 -

Git: *git clone https://github.com/zymos/audiobook_tools.git*
Current snapshot
* Download tools: [zip file](https://github.com/zymos/audiobook_tools/archive/master.zip)
* Git: *git clone https://github.com/zymos/audiobook_tools.git*

# Install

* Install requirements
* ffmpeg, python3
* python modules: text2digits, imghd, PIL, mutagen
* pip install Pillow, mutagen, text2digits, azure-cognitiveservices-speech
* Optional: Google Cloud SDK, youtube-dl, Calibre, azure-cognitiveservices-speech
* Copy audiobook_tools folder where ever you want.
** * Example: /opt/audiobook_tools
* Add directory to $PATH
* Example: add PATH=$PATH:/opt/audiobook_tools to ~/.bashrc
* Use it


## Audiobook ReEncoder (audiobook_reencoder)
* Description: Re-encodes all MP3/M4B files in a directory, recursivly.
* Description: Bulk re-encodes all MP3/M4B files in a directory, recursivly.
* Features:
* Encodes using ffmpeg
* Accepts mp3, m4b, m4a, flac, ogg, opus, aax(with auth code)
Expand All @@ -42,7 +57,8 @@ Git: *git clone https://github.com/zymos/audiobook_tools.git*
## Online TTS (online-tts)
* Description: Text-to-Speech program using online/cloud TTS services.
* Supported service
* Microsoft Azure TTS
* not supported yet: Google Cloud SDK (requires Google Cloud SDK)
* Microsoft Azure TTS (reqires azure-cognitiveservices-speech)
* VoiceRSS TTS
* Google translate TTS (not Google cloud TTS)
* Easy to add other TTS APIs
Expand All @@ -58,7 +74,7 @@ Git: *git clone https://github.com/zymos/audiobook_tools.git*
* to add more
* Requirements
* python3
* text2digits module
* python module: text2digits
* [more details](https://github.com/zymos/audiobook_tools/tree/master/docs/web_novel_to_text.md)


Expand All @@ -76,14 +92,6 @@ Git: *git clone https://github.com/zymos/audiobook_tools.git*
* [more details](https://github.com/zymos/audiobook_tools/tree/master/audiobook_tools/google_cloud_tts)


### m4b split
* Desciption: Splits m4b files to chaptered mp3 files
* Requirements
* ffmpeg
* libmp4v2
* [more details](https://github.com/zymos/audiobook_tools/tree/master/audiobook_tools/m4bsplit)



# Recomneded External Programs

Expand Down
2,624 changes: 0 additions & 2,624 deletions audiobook-reencoder.tmp

This file was deleted.

64 changes: 0 additions & 64 deletions ffmpeg-20220108-062716.log

This file was deleted.

64 changes: 0 additions & 64 deletions ffmpeg-20220108-063041.log

This file was deleted.

64 changes: 0 additions & 64 deletions ffmpeg-20220108-064221.log

This file was deleted.

Loading

0 comments on commit b56dfad

Please sign in to comment.