Skip to content
/ entenc Public

Voice recognition + Translation combining 4 APIs: iFlytek-科大讯飞 + Google Translate & Bing Speech + Baidu Translate. Ideal for presentations in China.

License

Notifications You must be signed in to change notification settings

java-wk/entenc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows app that combines different APIs (iFlytek-科大讯飞, Google Translate, Bing Speech, Baidu Translate) to get the best translated caption/subtitles for China market:

Except Google Translate, for each other service you must get an ID


Screenshot of the program:

Comments:
  • No matter what is on the screen (powerpoint, video, etc.) the subtitles will always be on top of it
  • You can also run audio files (currently only from English to Chinese)
  • The transcript of the recognized audio and translation will be stored in a .txt file once you select the "副本" box
  • You can record speaker voice by selecting "录音" box



1. From Chinese audio to English caption/subtitles, the program uses:

  • Chinese voice recognition: iFlytek-科大讯飞
  • Chinese to English text translation: Google Translate



  • 2. From English audio to Chinese caption/subtitles, the program uses:

  • English voice recognition: Bing Speech
  • English to Chinese translation: Baidu Translate




  • iFlytek

    iFlytek-科大讯飞

    In order to use the Chinese voice recognition follow next 2 steps:

    • Register and get your ID here, then write it down in the App.config file as shown in below pic

    • Download the SDK from your portal (as shown in below pic) then copy/paste the msc.dll file and msc folder in your bin/debug folder


    Google

    Google

    In order to make Google text translation work please include the file gettk.js in your bin/debug folder


    Microsoft

    Bing Speech

    In order to use Microsoft voice recognition follow next steps:

    • Register and get your Subscription Key here, then write it down in the MainWindows.xaml.cs file as shown in below pic

    • If you want to use the Cutomize Speech service register and ger your Subscription Key here, then write it down in the MainWindows.xaml.cs file as shown in below pic


    Notice to use the Customize Speech service you have to check the "lib" checkbox and paste your service link which is provided everytime you set up a new customize speech:


    Baidu

    Baidu Translate

    In order to use Baidu Translate follow next steps:

    • Register and get your ID + Key here, then write them down in the MainWindows.xaml.cs file as shown in below pic




    Open to any suggestion! Thanks!!

    About

    Voice recognition + Translation combining 4 APIs: iFlytek-科大讯飞 + Google Translate & Bing Speech + Baidu Translate. Ideal for presentations in China.

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages