Query to Bruce
From: Vijay Sanyal (anonymous_at_discussions.microsoft.com)
Date: 03/22/04
- Next message: Robert Warnestam: "Tapi version 1.3 reported on Windows XP"
- Previous message: xiangwei: "Can not drop the consult call while transfering a call!"
- Next in thread: Vijay Sanyal: "Query to Bruce"
- Reply: Vijay Sanyal: "Query to Bruce"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 21 Mar 2004 22:09:31 -0800
Dear Bruce,
1. How do I play or record a .WAV file over the phone?
TAPI relies on the Windows low-level multimedia (wave) API
to play and record audio files. Briefly, the TAPI
application should call lineGetID with a device ID
of "wave/out" to obtain the ID of the wave device
associated with the telephony hardware. This ID that is
returned is then used to call waveOutOpen, etc. Similarly,
to record a call, call lineGetID with "wave/in" as the
device ID, then use the returned ID to call waveInOpen,
etc.
The aboce is the question and answer of the same
from our FAQ. You have mentioned that Waveform Audio is
better than MCI but I have tried not less than 100 times
to play and record the .wav files using Waveform Audio but
the result was negative. Then I have made use of MCI, now
I am able to play and record the .wav files using
microphone and speakers but how to perform the same task
over phone using MCI? I have put up my question in
multimedia and tapi newsgroups with the subject MCI query
but have not got any answer yet. So please guide me, how
could I send output to and received input from phone using
MCI.
- Next message: Robert Warnestam: "Tapi version 1.3 reported on Windows XP"
- Previous message: xiangwei: "Can not drop the consult call while transfering a call!"
- Next in thread: Vijay Sanyal: "Query to Bruce"
- Reply: Vijay Sanyal: "Query to Bruce"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|