Skip to content

Instantly share code, notes, and snippets.

@bearloga
Last active August 13, 2021 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bearloga/3a2162fdb25c1389d15a0c1ddfad8b11 to your computer and use it in GitHub Desktop.
Save bearloga/3a2162fdb25c1389d15a0c1ddfad8b11 to your computer and use it in GitHub Desktop.

Recoding and Sharing Name Pronunciations

Follow these instructions for recording audio

Convert audio

Convert the file to a supported open format for uploading to Wikimedia Commons:

  1. Open VLC.
  2. Under "File", click "Convert / Stream". (On Windows, "Convert / Stream" is under the "Media" menu.)
  3. Add the file you recorded, select the "Audio - Vorbis (OGG)" option, and choose a destination file named something like "Mikhail Popov.ogg".

Upload audio

  1. Go to the Wikimedia Common upload wizard, add the ogg file, and on the next page select "own work".
  2. Add details on the following page
  3. Update the default title to something like "En-Mikhail Popov". (IMPORTANT: File name for Commons must start with the language code for the pronunciation.)
  4. Add a caption like: "Pronunciation of Mikhail Popov's name." Use the same text for the description.
  5. Select today's date for the creation date.
  6. Select the categories "Names" and "Pronunciation".
  7. Click "Publish", and on the next page click "Skip this step".

Sharing

On the left side, there will be a picture of an audio icon. Click it. On the subsequent page, in the "Transcode" section, click the download icon. Click it - this leads to an audio file URL. Save the URL in your browser's address bar - this is the one to link people to.

(Alternatively you can also link them to the recording's page on Commons.)

You can even add it to your blog. For example https://people.wikimedia.org/~bearloga/ includes the pronunciation via:

<audio controls>
  <source src="https://upload.wikimedia.org/wikipedia/commons/8/8c/Mikhail_Popov_name_pronunciation.ogg" type="audio/ogg">
  <source src="https://upload.wikimedia.org/wikipedia/commons/transcoded/8/8c/Mikhail_Popov_name_pronunciation.ogg/Mikhail_Popov_name_pronunciation.ogg.mp3" type="audio/mpeg">
</audio>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment