SyncBooker v2.0 x64 [2023, ENG + RUS]

Ответить на тему
Статистика раздачи
Размер:  1015 MB   |    Зарегистрирован:  9 месяцев 28 дней   |    Скачан:  0 раз
Сидов:  721  [  0 KB/s  ]   Личеров:  44  [  0 KB/s  ]   Подробная статистика пиров
 
   
 
 
Автор Сообщение

ArcSoft TotalMedia ®

Пол:

Стаж: 9 лет 1 месяц

Сообщений: 1635

Создавать темы 02-Июл-2023 08:20

[Цитировать]

SyncBooker
Год/Дата Выпуска: 2023
Версия: v2.0
Разработчик: xayam
Сайт разработчика: https://github.com/xayam/syncbooker
Лицензия: Unlicense
Разрядность: 64bit
Язык интерфейса: Английский + Русский
Таблэтка: не требуется
Системные требования: Windows x64Описание: Программа SyncBooker представляет собой аудиоплеер + синхронная читалка электронных книг на двух языках (русском и английском). Её можно использовать для изучения иностранного языка вместо фильмов с субтитрами, как обычный плеер, или как читалку. В каталоге три книги: Франц Кафка Превращение, Льюис Кэрролл Алиса в стране чудес, Герберт Уэллс Машина времени. Если Вас заинтересовала эта программа, но Вы не нашли свою книгу, то здесь в теме, в ЛС или в телеграмм-чате @syncbooker_chat можете оставлять заказы на книги.

Скриншоты

Скриншот с версией программы


версия в заголовке окна

Ссылки

Исходники: https://github.com/xayam/syncbooker
Телеграм чат сообщества: https://t.me/syncbooker_chat

HISTORY.md

# SyncBooker
- Sources: https://github.com/xayam/syncbooker
- Telegram chat: https://t.me/syncbooker_chat
# History of creating SyncBooker
## v1.5 alpha 2023.06.06
- основной функционал
- в каталоге одна книга (Машина времени Уэллса)
- улучшен скороллинг второго языка
- улучшен синхрон
- переделан интерфейс (отображаются каверы книг и аннотация на двух языках)
- исправлены мелкие недочёты
## v2.0 2023.07.04
- переделан алгоритм создания меток для синхронного просмотра, теперь не используется перевод текстов. С одной стороны стало гораздо лучше, но теперь требуется, чтобы тексты и аудио были из одного источника, иначе для создания хорошего синхрона может потребоваться дополнительное редактирование как текстов, так и аудио. По крайне мере требуется, чтобы аудио и текст использовали одного переводчика, иначе нужны будут большие усилия, чтобы привести к одному знаменателю и качество пострадает.
- улучшен синхрон (стало гораздо гораздо лучше, чем в первой версии, но еще есть к чему стремиться)
- добавлено автоматическое переключение языка воспроизвения аудиокниги при клике на другом тексте с автоподгонкой в тексте. То есть вы можете слушать английское аудио и кликнуть на абзац в русском тексте и произойдет автоматическое переключение языка аудио на русский с установкой синхронной позиции в английском тексте.
- в каталоге теперь три книги (Алиса в стране чудес, Машина времени и Превращение)
- улучшен интерфейс
- добавлен файл faq.html: FAQ/ЧАВО или часто задаваемые вопросы
- добавлен файл cases.html: Практические примеры использования программы SyncBooker
- исправлены мелкие недочёты

README.md

# SyncBooker
- Sources: https://github.com/xayam/syncbooker
- Telegram chat: https://t.me/syncbooker_chat
# Audio player for
- create
- synchrone viewing
- and synchrone listening two books: russian and english
- on two language: russian and english
- catalog audiobooks are included
# List of books:
- Kafka Franz The Metamorphosis
- Lewis Carroll Alices Adventures in Wonderland
- Wells Herbert The Time Machine
# Development installation (for create own sync book):
- install python 3.7+ (tested only version 3.7)
- create virtual enviroment in folder /venv
- run command for venv "python.exe -m pip install --upgrade pip"
- run command "pip install -r requirements-dev.txt"
- create folders "/modelrus" and "/modeleng"
and unzip in this folders models from link https://alphacephei.com/vosk/models (russian and english model, 1.8GB each)
- create folder /sox and unpack archive of program, which you must download on link https://sourceforge.net/projects/sox/files/sox/ choose last version (i test on version sox 14.4.2)
# For create own sync book:
- put files .mp3 in folders "/data/AUTHOR_-_NAME_BOOK/mp3rus/"
and "/data/AUTHOR_-_NAME_BOOK/mp3eng/"
- put files rus.fb2, eng.fb2, rus.txt, eng.txt, cover.jpg, rus.annot.txt, eng.annot.txt
in folder "/data/AUTHOR_-_NAME_BOOK/"
- run command in venv "python.exe createsync.py"
- each launch of the "python.exe createsync.py" command must be done after the obligatory deletion of the /valid file, otherwise the processing will not be carried out
- check the quality. For this you must analisys next images: rus.sync.png, rus2.sync.png, eng.sync.png, eng2.sync.png, two.png and two2.png. All these images should not contain large breaks on the main diagonal lines.
- if the rus.sync.png file contains breaks, then you should edit the text of the rus.txt file (if the gap is vertical) or mp3 files for the russian language (if the gap is horizontal)
- After that, if there were breaks and you fixed them in the files, you should delete the /valid, /rus.sync.json and /eng.sync.json files. And restart the command "python.exe createsync.py"
- check quality images /rus.sync.png and /eng.sync.png
- if there are no breaks in these files, then after that you need to check the two.png image for breaks in the main diagonal. If the gap is horizontal, then the eng.txt and english mp3 files contain pieces of text and audio that are not in the Russian version (delete them), delete rus.sync.json, delete eng.sync.json and restart createsync.py. If the gap is vertical, then the rus.txt and russian mp3 files contain pieces of text and audio that are not in the English version (delete them) and restart createsync.py
- if after that there are no big gaps in any of these files and after the last run of createsync.py there is a file /valid then I congratulate you creation of synchronous books is completed and the quality should be acceptable
- for the final check of the quality of the sync, you should check the sizes of the rus.sync.json and eng.sync.json files. The size of the rus.sync.json file should be approximately six times the size of the rus.txt file. And the size of the eng.sync.json file should be about nine times the size of the eng.txt file.

LICENSE

This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to ]https://unlicense.org>[/url];
[only-soft.org].t182518.torrent
Торрент: Зарегистрирован   [ 2023-07-02 08:20 ]

46 KB

Статус: проверено
Скачан: 0 раз
Размер: 1015 MB
Оценка: 
(Голосов: 0)
Поблагодарили: 0  Спасибо
SyncBooker v2.0 x64 [2023, ENG + RUS] скачать торрент бесплатно и без регистрации
[Профиль] [ЛС]
Показать сообщения:    
Ответить на тему

Текущее время: Сегодня, в 05:07

Часовой пояс: GMT + 4



Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете голосовать в опросах
Вы не можете прикреплять файлы к сообщениям
Вы можете скачивать файлы