Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idlesign/iamreader
Useful tools for audio book creators.
https://github.com/idlesign/iamreader
audio-processing audiobooks
Last synced: 18 days ago
JSON representation
Useful tools for audio book creators.
- Host: GitHub
- URL: https://github.com/idlesign/iamreader
- Owner: idlesign
- License: bsd-3-clause
- Created: 2022-12-04T08:24:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T10:48:28.000Z (3 months ago)
- Last Synced: 2024-10-06T11:41:27.676Z (about 1 month ago)
- Topics: audio-processing, audiobooks
- Language: Python
- Homepage: https://github.com/idlesign/iamreader
- Size: 268 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
iamreader
=========
https://github.com/idlesign/iamreader|release| |lic|
.. |release| image:: https://img.shields.io/pypi/v/iamreader.svg
:target: https://pypi.python.org/pypi/iamreader.. |lic| image:: https://img.shields.io/pypi/l/iamreader.svg
:target: https://pypi.python.org/pypi/iamreader**Work in progress. Stay tuned.**
Description
-----------*Useful tools for audio book creators*
This tool may help you to automate audio books recording, editing and publishing.
It includes:
* A "remote control" for Audacity to save your time on record process;
* Audio to video batch conversion tool to facilitate preparations and publishing on video hosting;
* Audio files annotator (ID3 Tagger)Requirements
------------Apart from the requirements automatically installed with ``iamreader``
the following software is needed:* Audacity 2.4+
With ``mod-script-pipe`` support enabled in ``Preferences -> Modules``.
* Tkinter
* ffmpegInstall on Ubuntu 22.04:
.. code-block::
$ sudo apt install audacity python3-tk ffmpeg
Documentation
-------------https://iamreader.readthedocs.org/