# entenc **Repository Path**: justrightnow/entenc ## Basic Information - **Project Name**: entenc - **Description**: Voice recognition + Translation combining 4 APIs: iFlytek-科大讯飞 + Google Translate & Bing Speech + Baidu Translate. Ideal for presentations in China. - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-15 - **Last Updated**: 2021-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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:


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:


    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:


    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:




    Open to any suggestion! Thanks!!