Extension:RecordWizard

MediaWiki extensions manual
RecordWizard
Release status: stable
Implementation Special page , API , Hook , Ajax
Description Allow to perform mass records of clean, well cut, well named audio pronunciation files.
Author(s) Antoine Lamielle (0x010Ctalk)
Latest version 2.0.0 (2020-05-27)
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki 1.29 → 1.33
License GNU General Public License 2.0 or later
Download
README
Example Lingua Libre
wgRecordWizardConfig
Web browser should support getUserMedia
Translate the RecordWizard extension
Issues Open tasks · Report a bug

The RecordWizard extension adds a special page, allowing user to perform mass recording of clean, well cut, well named audio-pronunciation files.

It was created to run Lingua Libre and their development is therefore strongly correlated, but the extension was made to be usable on another MediaWiki instance.

Installation edit

  • Download and place the file(s) in a directory called RecordWizard in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'RecordWizard' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.