Allows ARC to use UWP speech voices, change default audio devices, capture sound and route to an EZB.
How to add the Audiotoolbox Plugin robot skill
- Load the most recent release of ARC (Get ARC).
- Press the Project tab from the top menu bar in ARC.
- Press Add Robot Skill from the button ribbon bar in ARC.
- Choose the Audio category tab.
- Press the Audiotoolbox Plugin icon to add the robot skill to your project.
Don't have a robot yet?
Follow the Getting Started Guide to build a robot and use the Audiotoolbox Plugin robot skill.
How to use the Audiotoolbox Plugin robot skill
Allows ARC to use UWP speech voices, change default audio devices, capture sound and route to an EZB.
*** Version 14 ***
Minor bug fix (memory release)
*** Version 13 ***
Fix for ARC 2020.02.28.00 release
*** Version 12 ***
Fix for ARC 2020.02.19.00 release
*** Version 11 ***
Fix for new ARC version
*** Version 10 ***
ImportUWPVoices command restored
*** Version 9 ***
Bug Fix (UI sync monitor object waits indefinitely, solution pulse the monitor when leaving ARC)
*** Version 8 ***
Build Fix
*** Version 7 ***
Bug Fixes
*** Version 6 ***
Added Audio Session Tracking
Audio Session Tracking mode can be configured to:
None No tracking (default)
All Tracks all audio sessions from all processes
CurrentProcess Tracks only the current process (ARC instance) audio sessions
When the Audio Session Tracking is active (All / CurrentProcess) an EZ-Script variable $NumberOfActiveAudioSessions counts the number audio sessions are active (playing) on the default render (output) device.
a value of zero means the render device is idle.
sample script:
#Say and do not wait
Say("How vexingly quick daft zebras jump!")
#wait 100 ms to allow the session counter variable to update
Sleep(100)
#at least 1 will be printed
print($NumberOfActiveAudioSessions)
#wait for #active audio sessions is zero (render/output device is idle)
WaitFor($NumberOfActiveAudioSessions=0)
Say("Jived fox nymph grabs quick waltz.")
Sleep(100)
print($NumberOfActiveAudioSessions)
WaitFor($NumberOfActiveAudioSessions=0)
print($NumberOfActiveAudioSessions)
*** Version 5
Cortana Voice Added
*** Version 4 : New Features
ControlCommand("AudioToolbox Plugin", "ImportUWPVoices")
The above script command allows ARC to access the UWP Voices.
How to use quick video:
*** Version 2 : New Features
Set Default Devices:
Select the desired devices and press "Set Default" button
Set Default Devices via EZ-Script:
First configure the devices:
script:
#SetDefault takes in consideration the device type (input or output)
#Set device 0 as default
ControlCommand("AudioToolbox Plugin", "SetDefault", 0)
SayWait("Hello Device 0")
#Set device 1 as default
ControlCommand("AudioToolbox Plugin", "SetDefault", 1)
SayWait("Hello Device 1")
*** Version 1
- Start Capturing sound on device #1:
ControlCommand("AudioToolbox Plugin", "StartCapture", 1)
- Set EZB #0 to listen to device #1:
#0 = EZB Controller Index (0..4)
#1 = Device Index (0..2)
#75 = Volume
ControlCommand("AudioToolbox Plugin", "StartEZBListen", 0, 1, 75)
2.1) Add EZB #1 to listen to device #1:
ControlCommand("AudioToolbox Plugin", "StartEZBListen", 1, 1, 100)
- Stop EZB #0 to listen
ControlCommand("AudioToolbox Plugin", "StopEzbListen", 0)
- Stop Capture on device #1
ControlCommand("AudioToolbox Plugin", "StopCapture", 1)
Note:
You have the option to configure the 3 devices (device num: 0 .. 2):
EZAng... Breath now..... Your reek of desperation was quite off putting....
you guys are the programmers
I am just an old man
What ptp forgot to mention and I am on good authority to say is that he secretly installed a "rootkit" in the plug targeted to your specific pc and network.... cool
Patience is a virtue... ptp works full time and has a family... He generously made this plug-in on his own time which he doesn't have much of... Some of us still work and are busy so showing some patience and consideration would go a long way if you want others to help you....
FYI I am not a professional programmer, however ptp is....
All kidding around aside,
I think this typing has sent a wrong message to you and ptp, forgive me if it has.
I am not in any rush nor am I trying to pressure ptp to do anything.
Believe me, I have another life here also.
I have already move on to other things...
be well
EZAng
PS. I am aware of Justin Kruger and David Dunning and the Dunning and Kruger effect
Dunning-Kruger - please be careful on what you type.
I am aware of Justin Kruger and David Dunning and the Dunning and Kruger effect
I don't know you nor do you know me.
I believe, as text messages can send a wrong message, here too I see this might be happening.
As I stated on the other site, I am not in a rush nor am I trying to pressure anyone here.
be well
Ezang
Crap, I knew I shouldn't have downloaded the Kindle version of the Catcher in the rye... Now CSIS (Canadian secret service) will be watching me...
Justin Bieber or Justin Trudeau ... can never remember which one is Prime Minister. To be honest I don't think it would matter.... Anyway one of them is going to be mad at me I guess....
Relax man and enjoy your plug-in......
Fixed & Released. Please report any collateral damage.