Skip to content

bodhisattwawiki/Bengali-audio-recorder

 
 

Repository files navigation

Bengali Audio Recorder is a fork from Tamil Wikimedian T. Shrinivasan's Voice Recorder For Tawictionary (https://github.com/tshrinivasan/voice-recorder-for-tawictionary)


Audio Recorder for Bengali Wiktionary
===================================

bn.wiktionary.org is a wikimedia project to provide the dictionary service for Bengali words.

To add an audio file in the wiktionary page,
1. see the word
2. read it and record in ogg format
3. upload to wikipedia commons
4. link in the same page for the audio file.

Doing these will be a boring task to do them all manually.

Think of a system, 
which shows you a word, 
you spell it.
it records it as ogg.
uploads to commons
links it to the wiktionary page.

Your only task is to spell it.


We can do this system using python.

Here is the small application which does the above said.

see in action.

Tamil - http://www.youtube.com/watch?v=7a5Iv_ol1So
English - http://www.youtube.com/watch?v=zd4KNbNX4_Y



INSTALL:
========

Read the INSTALL file for installing in ubuntu 14.04 and above or mac.


How to Execute:
==============

1. Fill the words you want to recoed in a textfile named "file"
2. run the below command

python voice-record.py 2> err

this will record the sounds in ogg and wav formats.

3. To upload all the ogg files to Wikimedia Commons

3a. Edit the file mediawiki-uploader.py 
Fill the commons api url, username and password

3b. run the below command
python mediawiki-uploader.py



Contact:
========
Shrinivasan T
[email protected]
http://goinggnu.wordpress.com








About

Audio recording for Bengali Wiktionary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.6%
  • Shell 3.4%