WA + Telephony = great

Please post bug reports, feature requests, or any question regarding the DELPHI AREA projects here.

WA + Telephony = great

Postby feeder » January 28th, 2004, 7:23 pm

First, congratulations for such fine job. Very clean.

I'm using the components in a test IVR app with a voice modem, just need to set DeviceID to the proper value of the voice modem multimedia device.

I'm playing voice messages and recording receiver's voice.

I'll post some minor issues I'm having. Feel free to ask me about telephony apps and I'll contribute my little knowledge.

God bless free component writers!
feeder
Member
Member
 
Posts: 4
Joined: January 28th, 2004, 6:56 pm
Location: Santo Domingo, Dominican Republic

Postby Kambiz » January 29th, 2004, 1:16 pm

I'm glad to hear that you have found WA useful.

I initially wrote WA to use it in my telephony application. I hope it can do its task properly in your application too. :cf:
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm

TStockAudioPlayer.PlayFile() issue

Postby feeder » February 3rd, 2004, 6:27 am

Dear Kambiz:

Sometimes I get a 'Out of memory' error when calling PlayFile() method, I've tracked it a little and I think it is a TFileStream.Create() exception but I don't understand why this is happening just sometimes if I do have memory available and it is a small file.

function TStockAudioPlayer.PlayFile(const FileName: String): Boolean;
begin
Result := InternalPlay(TFileStream.Create(FileName, fmOpenRead or fmShareDenyWrite), True);
end;

I thiPlease give me some light because if I solve this one I'll make your components very usefull for my country.

Thanks for your time
feeder
Member
Member
 
Posts: 4
Joined: January 28th, 2004, 6:56 pm
Location: Santo Domingo, Dominican Republic

Postby Kambiz » February 5th, 2004, 12:12 pm

I checked the method out with large wave files (> 1MB), and no exception raised.
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm

Postby feeder » February 20th, 2004, 9:32 pm

Thanks for doing it, it must be something I'm doing wrong.
feeder
Member
Member
 
Posts: 4
Joined: January 28th, 2004, 6:56 pm
Location: Santo Domingo, Dominican Republic


Return to DELPHI AREA Projects

Who is online

Users browsing this forum: No registered users and 2 guests

cron