 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
M Guest
|
Posted: Tue Mar 13, 2007 1:01 am Post subject: Skype call recording |
|
|
Hi,
Does anybody know how to to this? Any pointers are welcome.
Thanks,
Miguel |
|
| Back to top |
|
 |
Warrick Wilson Guest
|
Posted: Tue Mar 13, 2007 2:05 am Post subject: Re: Skype call recording |
|
|
"M" <m (AT) m (DOT) com> wrote in message news:45f5b15d$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi,
Does anybody know how to to this? Any pointers are welcome.
|
I Googled on "skype call recording" and found lots of possible answers. This
one was near the top...
http://skypejournal.com/blog/archives/2006/03/update_on_skype_call_recording_via_skylo_1.php
I've not used it; I've not used Skype. Keep meaning to at some point, but
have never gotten around to it. |
|
| Back to top |
|
 |
M Guest
|
Posted: Tue Mar 13, 2007 3:09 am Post subject: Re: Skype call recording |
|
|
Hi Warrick,
Thank you for your answer. Like Skylook there other applications to perform
as a call recorder together with Skype. PrettyMay is also a good application
(http://www.prettymay.net/), they also have a free callcenter.
I think i haven't explained correctly what i want, but since we are in a
developer ng... what i need is to integrate call recording inside my self
developed delphi app. I have acceess to the skype API, and use skype
commands, but skype doesn't have recording capabilities in the API. I need
to ctach the audio streams and record them in a mp3 or alike file. How can
catch them?
Regards,
Miguel
"Warrick Wilson" <warrickw (AT) mercuryonline (DOT) com> wrote in message
news:45f5c072 (AT) newsgroups (DOT) borland.com...
| Quote: | "M" <m (AT) m (DOT) com> wrote in message news:45f5b15d$1 (AT) newsgroups (DOT) borland.com...
Hi,
Does anybody know how to to this? Any pointers are welcome.
I Googled on "skype call recording" and found lots of possible answers.
This one was near the top...
http://skypejournal.com/blog/archives/2006/03/update_on_skype_call_recording_via_skylo_1.php
I've not used it; I've not used Skype. Keep meaning to at some point, but
have never gotten around to it.
|
|
|
| Back to top |
|
 |
Mark Jacobs Guest
|
Posted: Tue Mar 13, 2007 3:19 pm Post subject: Re: Skype call recording |
|
|
"M" <m (AT) m (DOT) com> wrote in message news:45f5cf5b (AT) newsgroups (DOT) borland.com...
| Quote: | I think i haven't explained correctly what i want, but since we are in a
developer ng... what i need is to integrate call recording inside my self
developed delphi app. I have acceess to the skype API, and use skype
commands, but skype doesn't have recording capabilities in the API. I need
to ctach the audio streams and record them in a mp3 or alike file. How can
catch them?
|
You need to use the waveInOpen / waveInStart and related functions to record
sound. It is an immense subject :-
1) You have to read and learn how to control recording from the soundcard
using the waveInPrepareHeader and waveInAddBuffer functions.
2) You have to gain some experience in wave format blocks and on-the-fly
compression/decompression structures.
3) You have to be able to write legal WAV files, containing compressed data.
As you can see, this is a huge learning curve, and work which I have already
done and successfully implemented (I had to stream the recorded sound over
TCP/IP to other workstations, as well as recording it to WAV at the same
time).
Since we are a consultancy, we could help you for a fee. But for a newsgroup
posting, it would be too much. There are posts from last year that detail some
of the requirements, but you'll have to dig these out. They are in the Borland
Delphi and C++ multimedia groups. HTH,
--
Mark Jacobs
DK Computing
http://www.dkcomputing.co.uk |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|