All Projects β†’ kokimame β†’ Joytan

kokimame / Joytan

Licence: gpl-3.0
Creative Audio/Textbook Maker 🎡 πŸ“– See our YouTube channel

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Joytan

Speaker
A PHP library to convert text to speech using various web services
Stars: ✭ 86 (-5.49%)
Mutual labels:  text-to-speech, tts
Pyqt5
CΓ³digos sobre PyQt5
Stars: ✭ 23 (-74.73%)
Mutual labels:  gui, pyqt5
Parallelwavegan
Unofficial Parallel WaveGAN (+ MelGAN & Multi-band MelGAN) with Pytorch
Stars: ✭ 682 (+649.45%)
Mutual labels:  text-to-speech, tts
Persepolis
Persepolis Download Manager is a GUI for aria2.
Stars: ✭ 5,218 (+5634.07%)
Mutual labels:  gui, pyqt5
Lognplot
Plotting and logging of real-time data for desktop.
Stars: ✭ 45 (-50.55%)
Mutual labels:  gui, pyqt5
Transformertts
πŸ€–πŸ’¬ Transformer TTS: Implementation of a non-autoregressive Transformer based neural network for text to speech.
Stars: ✭ 617 (+578.02%)
Mutual labels:  text-to-speech, tts
Pyquino
python3 serial port with PyQt5 Gui
Stars: ✭ 19 (-79.12%)
Mutual labels:  gui, pyqt5
Xzvoice
Free and open source text-to-speech software
Stars: ✭ 355 (+290.11%)
Mutual labels:  text-to-speech, tts
Wsay
Windows "say"
Stars: ✭ 36 (-60.44%)
Mutual labels:  text-to-speech, tts
Lightspeech
LightSpeech: Lightweight and Fast Text to Speech with Neural Architecture Search
Stars: ✭ 31 (-65.93%)
Mutual labels:  text-to-speech, tts
Pydebloatx
Python GUI for uninstalling the default Windows 10 apps.
Stars: ✭ 487 (+435.16%)
Mutual labels:  gui, pyqt5
Traffic Rules Violation Detection
The System consists of two main components. Vehicle detection model and A graphical user interface (GUI)
Stars: ✭ 67 (-26.37%)
Mutual labels:  gui, pyqt5
Cboard
AAC communication system with text-to-speech for the browser
Stars: ✭ 437 (+380.22%)
Mutual labels:  text-to-speech, tts
Gtts
Python library and CLI tool to interface with Google Translate's text-to-speech API
Stars: ✭ 1,303 (+1331.87%)
Mutual labels:  text-to-speech, tts
Transformer Tts
A Pytorch Implementation of "Neural Speech Synthesis with Transformer Network"
Stars: ✭ 418 (+359.34%)
Mutual labels:  text-to-speech, tts
Zhrtvc
Chinese real time voice cloning (VC) and Chinese text to speech (TTS). ε₯½η”¨ηš„δΈ­ζ–‡θ―­ιŸ³ε…‹ιš†ε…ΌδΈ­ζ–‡θ―­ιŸ³εˆζˆη³»η»ŸοΌŒεŒ…ε«θ―­ιŸ³ηΌ–η ε™¨γ€θ―­ιŸ³εˆζˆε™¨γ€ε£°η ε™¨ε’Œε―θ§†εŒ–ζ¨‘ε—γ€‚
Stars: ✭ 771 (+747.25%)
Mutual labels:  text-to-speech, tts
Voice Builder
An opensource text-to-speech (TTS) voice building tool
Stars: ✭ 362 (+297.8%)
Mutual labels:  text-to-speech, tts
Tts
πŸΈπŸ’¬ - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
Stars: ✭ 305 (+235.16%)
Mutual labels:  text-to-speech, tts
Jsut Lab
HTS-style full-context labels for JSUT v1.1
Stars: ✭ 28 (-69.23%)
Mutual labels:  text-to-speech, tts
Cs224n Gpu That Talks
Attention, I'm Trying to Speak: End-to-end speech synthesis (CS224n '18)
Stars: ✭ 52 (-42.86%)
Mutual labels:  text-to-speech, tts

Joytan γ‚Έγƒ§γ‚€ε˜

Website: https://kokimame.github.io/joytan/

Build Status Gitter chat License: GPL v3

Fig: Pros of Joytan

Joytan is a free, small cross-platform desktop app that facilitates the process of making audio/textbooks. With Joytan, you can create your own audio/textbooks based on what you really want to learn by yourself, such as a Memrise course and Anki cards.

Key features include:

  • MP3 audiobooks with your best-loved songs and sound effects
  • Lifelike speech using Amazon Polly (24 languages in 52 voices)
  • 100+ voices from Text-to-Speech alternatives (by AwesomeTTS)
  • High-quality HTML/PDF textbooks (and quiz)
  • Saving data as CSV files, ready to export to Anki
  • Google Image downloader for tons of visual aids
  • Automatic lookup to various online dictionaries
  • Memrise downloader
  • Self-made editable pattern of audiobooks
  • Original design for textbooks with basic HTML
  • Data format editable on Google Sheets
  • Language translation powered by Google Translation
  • Simple and tiny GUI, just 3 main dialogs!

What You See

Screenshots of Input window
Screenshots of Textbook setting window
Screenshots of Audiobook setting window

What You Get

We are distributing some of sample creations on YouTube. Take a look!

Audiobook Sample:

See Textbook Sample (compressed)

See Matching Quiz Sample

NOTE: Videos were created from two resources. One is audiobooks which were created with Joytan, the other is image clips which were created separately from the app. Video-making feature is not included in the current version of Joytan.

Known bugs

  • There are some encodings (e.g. "windows-1252") of CSV files which the app cannot load and result in a crash.
  • The ffmpeg embeded in the app may not be compatible on some machines, thus the audiobook-making feature is not available.

Download & Installation

Joytan works on Windows, Mac, and Linux.

Please download & install Joytan from our website or releases.

Quick Start

Tutorials are available on our website.

Development

Joytan requires:

  • Python 3.5+
  • PyQt that supports Qt 5.9+
  • ffmpeg (Pydub's dependency, it may work with 'libav' but not tested)
  • lame (AwesomeTTS's dependecy)

and a number of Python packages, which you can install via pip:

pip3 install -r requirements.txt

To use the development version:

git clone https://github.com/kokimame/joytan.git
cd joytan
./devscript/build_ui.sh

If you get any errors, you will not be able to proceed, so please return to the top and check the requirements again.

Now you are ready to run Joytan by:

./runapp

TODO

  • Memrise Course Downloader
  • More dictionary interfaces (from Weblio to Urban Dictionary)
  • Chunking large audiobook in the process for memory efficiency
  • Voice Recording
  • Cell View (without rendering EntryList to speed up loading)
  • Title/Ending editor for audiobook
  • UNDO
  • Drag & drop on Panel to download online images
  • Search entries
  • Multilingual Support
  • More test

Contribution

  • Report a bug: See issues
  • Feature/Content request and feedback on Twitter, YouTube are appreciated.

Disclaimer

Copyright Β© 2017-Present Kohki Mametani ([email protected]).

Joytan is lincensed under the GNU General Public License version 3.

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 OR COPYRIGHT HOLDERS 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].