Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MesterPerfect committed Jul 3, 2023
2 parents 080b2a3 + 606b136 commit c3f7a9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Developed by Mahmoud Atef, Ahmed Bakr, and Qais Alrefai from the TecWindow team.

## Download:

[download Sound Transcriber version 1.0.0.](https://github.com/tecwindow/SoundTranscriber/releases/download/V1.0.0/SoundTranscriberV1.0.0.exe)
[download Sound Transcriber version 1.1.0.](https://github.com/tecwindow/SoundTranscriber/releases/download/V1.1.0/SoundTranscriberV1.1.0.exe)

## Sound Transcriber User Guide.

Expand Down Expand Up @@ -53,7 +53,7 @@ Please take note of the following important information:

Sound Transcriber supports the following file extensions for conversion:

.mp3, .wav, .aac, .flac, .oga, .opus, .mp4, .avi, .mkv, .mov.
.mp3, .wav, .aac, .flac, .oga, .opus, .mp4, .avi, .mkv, .mov, .m4a, .ogg, .ram, .rm, .wma, .wmv, .3gp, .flv.

## Obtaining API Keys:

Expand Down Expand Up @@ -200,6 +200,7 @@ Sound Transcriber provides several keyboard shortcuts to enhance speed and ease
- Ctrl+2: Switch to the Wit.ai service.
- Ctrl+3: Switch to Whisper.
- Ctrl+Enter: Start the conversion process.
- P: Display the current percentage of conversion progress.
- Ctrl+S: Open the save options.
- Ctrl+Shift+S: Save the result as .srt.
- Ctrl+Shift+T: Save the result as .txt.
Expand All @@ -222,4 +223,4 @@ AppData\Roaming\tecwindow\SoundTranscriber

## special thanks:

Many thanks to Riad Assoum for translating the user guide into English and proofreading the program's English and Arabic strings.
Many thanks to Riad Assoum for translating the user guide into English and proofreading the program's English and Arabic strings.
14 changes: 8 additions & 6 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"latest_version": "1.0.0",
"latest_version": "1.1.0",
"release_notes": {
"Arabic": "الإصدار الأول",
"English": "the first version"
"Arabic": "يأتي هذا الإصدار بالعديد من إصلاحات الأخطاء, وبعض الميزات الجديدة.\nتم دعم العديد من صيغ ملفات الصوت والفيديو.\nسيتم حفظ ملفات Word بصيغة .docx.\nسيظهر Sound Transcriber تحذير عند إغلاقه أثناء تحويل ملف.\nفي حال تعطيل الحفظ التلقائي وعدم حفظ النص المستخرج في أي ملف, سيسألك Sound Transcriber عما ينبغي فعله عند إغلاقه. في حال اخترت حفظ, سيتم حفظ الملف وفقا للخيارات المحددة في قسم الحفظ التلقائي في الإعدادات.\nسيتذكر Sound Transcriber اللغة المحددة لتحويل الملفات لكل خدمة.\nسيتم الآن عرض النص المستخرج أثناء استخراجه, أي أن إذا توقفت عملية تحويل النص لأي سبب, لن تفقد النص الذي تم ااستخراجه, ستتم إضافة النص الجديد أثناء تقدم العملية, وسيكتمل بعد انتهائها.\nأصبح بإمكانك معرفة نسبة تقدم الاستخراج عن طريق ضغط حرف P.\nتم إصلاح خطأ كان يجعل زر تحديد مسار الحفظ التلقائي لا يعمل.\nتم إصلاح خطأ كان يمنع تعديل المفاتيح لأي لغة غير اللغة الأولى في قائمة لغات wit.ai.\nتم إصلاح خطأ كان يمنع تحويل الملفات بأي لغة باستثناء اللغة الأولى مع wit ai.\nتم إصلاح خطأ كان يمنع استعادة الإعدادات إلى الإعدادات الافتراضية.\nتم تعديل حجم محاورة الإعدادات لتظهر العناصر بالشكل الصحيح.\nتم إجراء بعض التحسينات على الترجمة العربية.\nتم إصلاح بعض الأخطاء الصغيرة هنا وهناك.",
"English": "This version includes several bug fixes and some new features.\nSupport for various audio and video file formats has been added.\nWord files are now saved as .docx instead of .doc.\nSound Transcriber will display a warning when closed during file conversion.\nIf auto saving is disabled and the extracted text is not saved in any file, Sound Transcriber will prompt you for what to do upon closing. If you choose to save, the file will be saved according to the options specified in the Save Options section in the settings.\nSound Transcriber now remembers the selected language for file conversion for each service.\nThe extracted text is now displayed during the extraction process. In other words, if the extraction process stops for any reason, you will not lose the extracted text. The new text will be added as the process continues.\nYou can now check the progress of the extraction by pressing P.\nFixed a bug that prevented the auto save path Browse button from working.\nFixed a bug that prevented changing API keys for languages other than the primary language in the wit.ai language list.\nFixed a bug that prevented from converting files with a language other than the primary language using Wit.ai.\nFixed a bug that prevented restoring default settings.\nAdjusted the layout of the settings dialog to display items correctly.\nMade some improvements to the Arabic translation.\nFixed some minor bugs here and there."
},
"download_url": "https://github.com/tecwindow/WikiSearch/releases/download/V1.4.0/WikiSearchV1.4.0.exe",
"download_url": "https://github.com/tecwindow/SoundTranscriber/releases/download/V1.1.0/SoundTranscriberV1.1.0.exe",
"supported_versions": {
"1.0.0": true
"1.0.0": true,
"1.1.0": true,
"1.1.1": true
}
}
}

0 comments on commit c3f7a9b

Please sign in to comment.