syncabook icon indicating copy to clipboard operation
syncabook copied to clipboard

📖🎧 A tool for creating ebooks with synchronized text and audio (EPUB3 with Media Overlays)

Results 12 syncabook issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

I'm getting this error: from markupsafe import soft_unicode ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/usr/local/lib/python3.9/site-packages/markupsafe/__init__.py) after I run docker run -v $(pwd):/books/mybook syncabook sync /books/mybook it seems something to...

I have been getting this error when using a docker image on raspberry pi

I have been facing issues installing afaligner using pip on windows and ubuntu both. Importantly, 'aeneas' a dependency does not install.

whenever i run syncabook -h, it shows me this- D:\Downloads\syncabook\syncabook>syncabook -h Traceback (most recent call last): File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\Scripts\syncabook-script.py", line 33, in sys.exit(load_entry_point('syncabook==0.1.1', 'console_scripts', 'syncabook')()) File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\Scripts\syncabook-script.py", line 25, in importlib_load_entry_point...

If I have lots of text and audio parts (e.g. 27) and I sync them all together at once, it causes a lot of out of sync and skipping issues....

File "/usr/local/lib/python3.9/site-packages/afaligner/c_dtwbd_wrapper.py", line 49, in c_FastDTWBD raise FastDTWBDError( afaligner.c_dtwbd_wrapper.FastDTWBDError: The FastDTWDB() C function raised an error. See stderr for more details.

Right now, my process to generate files is: get an epub, covert it to a txt file, run it through syncabook, make it an epub again. By doing this, I...

Hey, bro. I did not know where else to contact you, but I found another android app which works well with EPUB3. It is called Reasily on the Google game...

Have you looked at utilizing whisper AI to improve accuracy and speed https://github.com/m-bain/whisperX/ Nate