ckeditor-html5-audio is a CKEditor plugin that allows to insert HTML5 audio easily.
Available on the official CKEditor add-on repository:
http://ckeditor.com/addon/html5audio
If you want to add the plugin manually, you will need to:
- Extract the html5audio folder into the plugins folder of your CKEditor installation. Example:
http://example.com/ckeditor/plugins/html5audio
- Enable the plugin by using the extraPlugins configurations setting. Example:
config.extraPlugins = 'html5audio';
- Download and configure all its dependencies, too.
ckeditor-html5-audio is free software/open source, and is distributed under the GNU General Public License (GPL) version 3 license.