Giter VIP home page Giter VIP logo

kokimame / joytan Goto Github PK

View Code? Open in Web Editor NEW
133.0 12.0 18.0 81.78 MB

Creative Audio/Textbook Maker ๐ŸŽต ๐Ÿ“– See our YouTube channel

Home Page: https://www.youtube.com/c/JoytanApp

License: GNU General Public License v3.0

Python 97.89% Shell 0.35% JavaScript 0.64% Makefile 0.12% HTML 0.34% NSIS 0.65%
amazon-polly tts text-to-speech jinja2 audiobook pyqt5 gui language-learning python anki

joytan's People

Contributors

dependabot[bot] avatar kokimame avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

joytan's Issues

Pydub bundled by Pyinstaller doesn't work on Windows without console

Pydub's usage of subprocess (like the snippet below from AudioSegement/from_file()) seems to be causing a pyinstaller-related issue explained here.

with open(os.devnull, 'rb') as devnull:
    p = subprocess.Popen(conversion_command, stdin=devnull, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
    p_out, p_err = p.communicate()

Is it possible to fix this issue without modifying the core of pydub?

some feedbacks

I really appreciate this project and it offers me a lot of convenience in building vocabulary!
However, during the usage, I've found something that could be improved. I haven't yet read the source code, so I think posting the feedbacks here is a better choice.

  1. When creating an audiobook, sometimes the procedure got crashed at some specified word(like the server send back a 404), and after it crashed, there is no method to locate where did it crash.
  2. When using different pronunciation engines, the volumes could be different. Therefore I think it's necessary to support adjusting the volume for each pronunciation engine.
  3. Before sending some sentences to the engines, Joytan should check whether the sentence is just some blank spaces. Sending blank spaces to some engines would get an error message back.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.