Re: need help with using speech in threads in python
Thanks so much! I actually did fix this by using a queue to pass speech messages to the main thread.As far as performance, I'm mainly using threads to avoid blocking the WX UI that I'm using. There is a series of functions that poll the f
need help with using speech in threads in python
Hi,In the Talking Flight Monitor software I'm writing, I want to be able to use threads to speed up the system.Unfortunately, it looks like the accessible_output_2 module doesn't support threading. Whenever I try to output anything using spee
Re: need help with global hotkeys in python
I can, but the approach I'm using uses a layered keystroke method so I don't conflict with any existing keys in the sim. You press right square bracket, then another key. There are already tons of hotkeys already defined in the sim.
URL: https://
need help with global hotkeys in python
Hi,I'm really hoping someone can give me a hand with this.I'm developing an application in Python that is an accessibility interface to Microsoft Flight Simulator and prepar3d.My application uses the python Keyboard module to provide global hotkeys.A
Re: tone generation with panning and pitch change in python
Awesome! I'm wondering if you can explain how your 3d audio example works? I understand loading the listener and the audio file, but I'm unclear what is going on in the for loop where you pan the sound. What do the numbers in the r
tone generation with panning and pitch change in python
Hi all,I am working on a project in Python. One of the things I would eventually like to do is play tones in either the left or right stereo channel. I also need to be able to change the pitch of the tone. Does anyone know of a python
Re: Lucia - OpenSource AudioGame engine written in Python
Thanks for the tips, I really apreciate it.The current version of my project doesn't use a lot of the functionality of Lucia, but it might give me the ability to do more than what I'm currently doing.
URL: https://forum.audiogames.n
Re: Lucia - OpenSource AudioGame engine written in Python
Hi,can anyone give me an idea how to use the timer in Lucia? I can import it, but can't figure out how to actually start an instance of a timer. There doesn't seem to be any documentation for the timer utility. Any help would be apre
Re: newbie python question
Ok, can anyone give me an idea how to use the timer in Lucia? I can import it, but can't figure out how to actually start an instance of a timer. There doesn't seem to be any documentation for the timer utility.
URL: https://forum.audiogames.net/post/478501/#p478
Re: Lucia - OpenSource AudioGame engine written in Python
Hi,I'm just taking a look at this and it looks really good.Unfortunately, I'm not able to run the 3d basic example code. The error I get is:Attribute error: module lucia has no attribute utilsI'm very new to this, so it's entirely po
Re: newbie python question
Brilliant! I actually didn't know about Lucia. I'm downloading it now. This might do exactly what I need.
URL: https://forum.audiogames.net/post/478472/#p478472
--
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabaha
newbie python question
Hi all,I am very new to coding in Python, so I apologize if my questions are extremely obvious.For the past few months, I've been working on a python script which interfaces with Microsoft Flight Simulator or Prepar3d. The add-on tells you the nearest city to your air
12 matches
Mail list logo