Hi all,
I am using a VOIP application called Whistle.
You can get the application from:
http://whistlephone.com/
This application allows me to make calls from my puter.
I have Whistle configured to use my Plantronics Headset for input and out put.
I have made a audio hijack entry in Component and Session List table     called 
Whistle.
I set the input to the application Whistle.
I use the below apple script to start recording.
When I run the scrip the audio out put is from the system speakers not the 
headset. the input is from the headset and I can hear myself from the system 
speakers.
WhatI want  is to hear output from my headset when recording and not hear 
myself in the headset.
When I run the application with out recording it all works.

Thank you for any help.


tell application "Audio Hijack Pro"
        set theSession to the first session whose name contains "Whistle"
        tell theSession to start hijacking
        tell theSession to start recording
end tell

louie
[email protected]



-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.

Reply via email to