Code Monkey home page Code Monkey logo

Comments (2)

baaziznasser avatar baaziznasser commented on July 17, 2024

hello friend @abdallah-hader
am realy sorry for my late reply.
so, i searched about this problem, it happen when no voices found on the sapi 5, or if the sapi5 is not installed.
so i will add a new function to check if sapi is avalable or no, by this way we will be able to deal with this error.
i will share an update here on github soon with this function added.

from nbsapi.

baaziznasser avatar baaziznasser commented on July 17, 2024

goodmorning dear @abdallah-hader
now the problem has solved, I've added an function to check if the sapi is avalable and contains voices or no, also i added the try statement to avoid errors, now you can check the return of each function to know if it is working or no.
here is an example to test if it is ready or no:

import NBSapi
if NBSapi.is_sapi():
	print("yes the sapi5 is ready to use")
else:
	print("no the sapi5 is not ready yet")

where you can try the new changes by downloading the file
NBSapi.py
and replace the currently installed one.

from nbsapi.

Related Issues (1)

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.