Extension:RecordWizard

Category:Under construction Category:Extensions without an imageCategory:GPL licensed extensions
MediaWiki extensions manual
RecordWizard
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions, API Category:API extensions, Hook Category:Hook extensions, AjaxCategory:Ajax extensions
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.Category:Extensions with release branches compatibility policy
MediaWiki 1.29 → 1.33Category:Extensions with manual MediaWiki version
License GNU General Public License 2.0 or later
Download Category:Extensions in GitHub version control
README
Example Lingua Libre
wgRecordWizardConfig
Web browser should support getUserMedia
Translate the RecordWizard extension
Issues Open tasks · Report a bug
Category:All extensionsCategory:Extensions not in ExtensionJson

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

  • 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' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:API extensions Category:Ajax extensions Category:All extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions with manual MediaWiki version Category:Extensions with release branches compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:GetPreferences extensions Category:Hook extensions Category:ResourceLoaderTestModules extensions Category:Special page extensions Category:Stable extensions Category:Under construction