Skip to content

Commit

Permalink
Merge pull request #126 from hyperaudio/wp-dir-submission-tweaks
Browse files Browse the repository at this point in the history
Wp dir submission tweaks
  • Loading branch information
maboa authored Oct 12, 2023
2 parents ecb35fd + 040d7f1 commit a812c54
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions wp-hyperaudio/hyperaudio.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* Plugin Name: Official Hyperaudio Plugin
* Plugin Name: Hyperaudio Interactive Transcript
* Plugin URI: https://hyper.audio
* Description: Hyperaudio Interactive Transcript Player – maximise your audio and video content's accessibility to humans and search engines.
* Version: 1.0.13
* Description: Hyperaudio Interactive Transcript Maker and Player – maximise your audio and video content's accessibility to humans and search engines.
* Version: 1.0.14
* Author: Mark Boas
* Author URI: https://maboa.it
**/
Expand Down
24 changes: 12 additions & 12 deletions wp-hyperaudio/readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=== Hyperaudio ===
Contributors: Maboa
Contributors: Maboas
Donate link: https://patreon.com/hyperaudio
Tags: Podcasts, Captions, Transcripts, Interactive Transcripts, Accessibility, Media, Audio, Video, Subtitles
Requires at least: 3.1
Expand All @@ -13,7 +13,7 @@ Associate interactive transcripts with your audiovisual content and make your me

== Description ==

The Hyperaudio Wordpress Plugin allows you to import and convert data from a number of popular speech-to-text providers and tools.
Allows you to import and convert data from a number of popular speech-to-text providers and tools.

The result is an interactive transcript where words "light up" as they are spoken.

Expand Down Expand Up @@ -47,8 +47,8 @@ Something like this :
`` <section>
`` <p>
`` <span data-m="1390" data-d="200">This </span>
`` <span data-m="2510" data-d="700">Wordpress </span>
`` <span data-m="3220" data-d="550">plugin </span>
`` <span data-m="2510" data-d="700">interactive </span>
`` <span data-m="3220" data-d="550">transcript </span>
`` <span data-m="3820" data-d="200">is </span>
`` <span data-m="4340" data-d="320">great! </span>
`` </p>
Expand All @@ -68,11 +68,11 @@ As well as native mp4 and mp3 files.

= Captions =

The plugin also creates captions for your videos. Useful when viewing content in fullscreen.
The module also creates captions for your videos. Useful when viewing content in fullscreen.

= Accessibility =

All in all the Hyperaudio Wordpress plugin makes audiovisual media more accessible.
All in all we make audiovisual media more accessible.

Accessible to those with hearing difficulties or people consuming content which is not necessarily in their first language.

Expand All @@ -84,13 +84,13 @@ You are not limited to creating Interactive Transcripts. You can format the HTML

= Explainer Videos =

* [How to use the Hyperaudio Wordpress Plugin – Part 1](https://youtu.be/3Qpq8kj4PxM)
* [How to use the Hyperaudio Wordpress Interactive Transcript – Part 1](https://youtu.be/3Qpq8kj4PxM)

* [How to use the Hyperaudio Wordpress Plugin – Part 2](https://youtu.be/vIXHCYYSFM0)
* [How to use the Hyperaudio Wordpress Interactive Transcript – Part 2](https://youtu.be/vIXHCYYSFM0)

* [How to use the Hyperaudio Wordpress Plugin – Part 3](https://youtu.be/ly08N9S1ZlE)
* [How to use the Hyperaudio Wordpress Interactive Transcript – Part 3](https://youtu.be/ly08N9S1ZlE)

* [Web Monetization in the Hyperaudio Wordpress Plugin](https://youtu.be/8kRNh8iBkVk)
* [Web Monetization in the Hyperaudio Wordpress Interactive Transcript](https://youtu.be/8kRNh8iBkVk)

== Screenshots ==

Expand Down Expand Up @@ -120,12 +120,12 @@ Or you can use Google Speech-to-Text Service, Speechmatics or Gentle's aligner (

You can also convert captions or subtitles in `.srt` format to timed transcripts, although exact word timing cannot be ensured in that case.

= Can I change the transcript from within the plugin? =
= Can I change the transcript's content? =

Yes. The transcript is editable. Changing one word will generally maintain that word's timing, replacing more than one word may result in more than one word with the same timing.

Note – as transcripts are represented as HTML, you can edit the HTML directly should you need to refine text or styling.

= I'd like to contribute. Where is the repository? =

This plugin is open source and we're always looking for help. You can find the code and discussion at [github.com/hyperaudio/wordpress-hyperaudio](https://github.com/hyperaudio/wordpress-hyperaudio/).
Our code is open source and we're always looking for help. You can find the code and discussion at [github.com/hyperaudio/wordpress-hyperaudio](https://github.com/hyperaudio/wordpress-hyperaudio/).

0 comments on commit a812c54

Please sign in to comment.