@cvp Thank You!
Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.
Latest posts made by Andrey2
-
Forbid changing the code
Hi Team!
Is it possible to run script in Pythonista but without ability to change the code by user?
Thank You! -
Issue with voice after one of two Bluetooth devices disconnected
Hi Team,
we have two Bluetooth devices connected to iPad - Wireless Mono Headset, Barcode Scanner. And Pythonista script to speak command to operator, read that operator say via microphone and read scanning data to console from scanner. The issue is if the scanner disconnected from iPad for any reasons (power out, out of range...) and connected again voice in headset stutters. So, after the first-time scanner paired to iPad as HID keyboard there is no issues with voice but after re-connection we have the issue, only re-pairing is help.
For Recording from Bluetooth headset, we use code like in - https://forum.omz-software.com/topic/6801/recording-from-bluetooth-headset?lang=en-US.
For speaking - speech.say command.
And looks no such issue with other iPad Apps like Safari, Music...
Any ideas, can it be iPad, Bluetooth connection, scanner or Pythonista itself issues?