manifest / unclassified / pressbooks-audio-export
Pressbooks Audio Export
Export audio files from Pressbooks through AI.
by Ricardo Aragon · github.com/richard015ar/pressbooks-audio-export · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/richard015ar/pressbooks-audio-export/archive/refs/heads/main.zipReadme
Pressbooks Audio Export AI
This Network plugin adds an export option to Pressbooks that allows you to export Pressbooks books as audio files. It uses OpenAI to generate the audio.
Requirements
- OpenAI API key
- Pressbooks >= 6.5
Installation
- Clone this repository into your
wp-content/pluginsdirectory or the folder where you have your Pressbooks plugins. - Run
composer installin the plugin directory.
Usage
- Activate the plugin in your Pressbooks network plugin section.
- Set up your OpenAI API key in the Pressbooks network settings or in the book > OpenAI Settings page. The key defined in the network settings will be used by default if present.
- You can pick one of the voices available in OpenAI in the OpenAI Settings page of your book.
- Go to the export page of your book.
- Select the "MP3 Audio (AI)" option.
- Click the "Export Your Book" button.
- Wait for the audio to be generated.
License
This plugin is licensed under the GPLv2 or later.