Extension:RecordWizard
Appearance
From mediawiki.org
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 (0x010C talk ) |
| 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 | GitHub: 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
RecordWizardin yourextensions/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.