Capturing Internet Audio Streams

  • Thread starter Thread starter Davd S. Zuza
  • Start date Start date
D

Davd S. Zuza

Hi all,
I am a novice developer and I was wondering if it is possible to record and
saved an internet audio stream.
Remember I am a novice developer.

Thanks for any help
 
Hi all,
I am a novice developer and I was wondering if it is possible to record and
saved an internet audio stream.
Remember I am a novice developer.

Thanks for any help

Recording through a pre-selected source can be done using MCI which is
encapsulated in "winmm.dll". At basic level, MCI can be used via
mciSendString function. However i'm not %100 pleased with the quality
of MCI about recorded stream though using a CD-Quality format rather
than using DirectX.

To record a wav file from your pre-selected source you can check:
http://groups.google.com/group/microsoft.public.dotnet.languages.vb/msg/9ec81deb31b53d19

Hope this helps,

Onur Güzel
 
Hi all,
I am a novice developer and I was wondering if it is possible to record
and
saved an internet audio stream.
Remember I am a novice developer.

Thanks for any help

Recording through a pre-selected source can be done using MCI which is
encapsulated in "winmm.dll". At basic level, MCI can be used via
mciSendString function. However i'm not %100 pleased with the quality
of MCI about recorded stream though using a CD-Quality format rather
than using DirectX.

To record a wav file from your pre-selected source you can check:
http://groups.google.com/group/microsoft.public.dotnet.languages.vb/msg/9ec81deb31b53d19

Hope this helps,

Onur Güzel


I use the Bass API to play my mp3's. The link is http://www.un4seen.com/.

There is within the api's streaming such as playing things from ShoutCast.

LS
 
Back
Top