Link to home
Start Free TrialLog in
Avatar of CDobyns
CDobyns

asked on

Volume Output Control From Modem

Due to the vagaries of my computer telephone answering software, I must route output from the application through a small external speaker I plugged into the modem output jack.

I have an AOpen FM56-P 56K Speakerphone PCI Modem. My question is whether there's some way to adjust the output level from the modem. No points to anyone who suggests using the M0 or L0 strings in the Modem Connection Advanced Extra Setting location on the Control Panel.  I've already used that to silence the dial tone and modem connection handshake.  Any insights to affect the output volume?
Avatar of Otta
Otta

I loaded: http://www.aopen.com.tw/tech/download/modem/fm56-pm.htm

and downloaded the device-driver,
and ran the downloaded '.EXE' file.
It created several files, including 'AOP1036.INF'.

This file contains the section:

[SPhone]
HKR,, SpeakerPhoneSpecs,         1, A0,00,00,00,  00,00,00,00,  96,00,00,00,  00,00,00,00
HKR,  SpeakerPhoneEnable,        1,, "at+a8e=6,5,21,0;+vsp=1<cr>"
HKR,  SpeakerPhoneEnable,        2,, "at+vgs=130;+vgm=120<cr>"
HKR,  SpeakerPhoneDisable,       1,, "at+vsp=0<cr>"
HKR,  SpeakerPhoneDisable,       2,, "at<cr>"
HKR,  SpeakerPhoneMute,          1,, "at+vsp=1<cr>"
HKR,  SpeakerPhoneMute,          2,, "at+vls=16<cr>"
HKR,  SpeakerPhoneUnMute,        1,, "at+vsp=1<cr>"
HKR,  SpeakerPhoneUnMute,        2,, "at+vls=17<cr>"
HKR,  SpeakerPhoneSetVolumeGain, 1,, "at+vsp=1<cr>"
HKR,  SpeakerPhoneSetVolumeGain, 2,, "at+vgs=<Vol>;+vgm=<Gain><cr>"

which seems to set the "volume" and "gain".
I think that by you using the M0 or L0 "I've already used that to silence the dial tone and modem connection handshake" then you are overriding any other control of the volume. You will have to set it to where you will hear the squaking too, to be able to use any volume control for the other sounds
RAYT333, this is a "speakerphone" modem.
As such, it has separate "controls" for the "internal" speaker and the "external" speaker.

Hence, the 'AT+V....' modem-commands, which control the V(oice) functions.
Otta
Sorry, I stand corrected. I never use the output jack on the modem
Avatar of CDobyns

ASKER

Otta,

The last time I edited a modem command string was when Hayes modems were the killers in their category. Hate to be obtuse, but what syntax should I use on the modem output and should that string just be entered on the Advanced Settings line on the Modem Connection dialog box? Speaking of Hayes modems, don't I remember that those modems used to actually have a volume adjustment type rheostat that would allow a manual volume setting. Is it worth checking that, or have we moved beyond the analog so far that this is just pointless?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Otta
Otta

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CDobyns

ASKER

Good follow-up instructions which made the modem speaker respond just fine. Thanks!