All Projects → Harry-027 → Go Audio

Harry-027 / Go Audio

Licence: mit
An offline solution to convert pdfs into audiobooks

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Go Audio

Gscholar
Query Google Scholar with Python
Stars: ✭ 209 (+36.6%)
Mutual labels:  cli, pdf
Chrome Headless Render Pdf
Stars: ✭ 164 (+7.19%)
Mutual labels:  cli, pdf
Backslide
💦 CLI tool for making HTML presentations with Remark.js using Markdown
Stars: ✭ 679 (+343.79%)
Mutual labels:  cli, pdf
Pubs
Your bibliography on the command line
Stars: ✭ 176 (+15.03%)
Mutual labels:  cli, pdf
Percollate
A command-line tool to turn web pages into beautiful, readable PDF, EPUB, or HTML docs.
Stars: ✭ 3,535 (+2210.46%)
Mutual labels:  cli, pdf
Md To Pdf
Hackable CLI tool for converting Markdown files to PDF using Node.js and headless Chrome.
Stars: ✭ 374 (+144.44%)
Mutual labels:  cli, pdf
Pdfsave
Convert websites into readable PDFs
Stars: ✭ 46 (-69.93%)
Mutual labels:  cli, pdf
Ipgetter
Utility to fetch your external IP address
Stars: ✭ 148 (-3.27%)
Mutual labels:  cli
Multiprocess
🚀Easy to make the common PHP/Python/js...script change daemon and multi-process execution
Stars: ✭ 151 (-1.31%)
Mutual labels:  cli
Wikibase Cli
read and edit a Wikibase instance from the command line
Stars: ✭ 148 (-3.27%)
Mutual labels:  cli
Morphlingjs
A CLI to mock with meaningful data a REST API from a Swagger file
Stars: ✭ 148 (-3.27%)
Mutual labels:  cli
H5 Transfer Pdf
H5TransferPDF是一个将网页HTML渲染为PDF和各种图像格式的API工具,完美兼容HTML、CSS、JS,较好的排版支持,并支持生成多种版本的PDF。
Stars: ✭ 149 (-2.61%)
Mutual labels:  pdf
Ffpb
A progress bar for ffmpeg. Yay !
Stars: ✭ 149 (-2.61%)
Mutual labels:  cli
Qtpdfium
Pdf Redening on Qt
Stars: ✭ 148 (-3.27%)
Mutual labels:  pdf
Deno Cliffy
Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Stars: ✭ 149 (-2.61%)
Mutual labels:  cli
Kcli
A kafka command line browser
Stars: ✭ 148 (-3.27%)
Mutual labels:  cli
Grafcli
Grafana CLI for quick and easy dashboards management.
Stars: ✭ 152 (-0.65%)
Mutual labels:  cli
Defopt
Effortless argument parser
Stars: ✭ 150 (-1.96%)
Mutual labels:  cli
Assert cli
See instead assert_cmd
Stars: ✭ 150 (-1.96%)
Mutual labels:  cli
Xcassetpacker
A command line tool for converting a folder of images into an .xcasset package for Xcode
Stars: ✭ 150 (-1.96%)
Mutual labels:  cli

go-audio


A solution to convert PDFs into audiobooks (offline). This solution kit consists of an Opentts engine hosted on docker and a CLI client that parses the given PDF file for text content & connects with Opentts to generate audio files.

Installation & setup :-


  • Go,Docker & Make should be pre-installed.
  • Clone the repository.
  • Run the command make download.
  • Run the command make setup.
  • CLI & Opentts engine setup is now ready to use.
  • Run the command go-audio --help to explore various operations.

Generate the audio files :-


  • Run the command go-audio aud --input=PATH_TO_PDF --output=PATH_TO_OUTPUT --voice=male|female.
  • Default value for given flags ::
    • input=./sample_pdf/test.pdf
    • output=homeDir/audio-go/output
    • voice=female
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].