Capturing Internet Audio Streams

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Davd S. Zuza

    #1

    Capturing Internet Audio Streams

    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

  • kimiraikkonen

    #2
    Re: Capturing Internet Audio Streams

    On Nov 11, 11:36 pm, "Davd S. Zuza" <dsz...@hotmail .comwrote:
    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:


    Hope this helps,

    Onur Güzel

    Comment

    • Lloyd Sheen

      #3
      Re: Capturing Internet Audio Streams


      "kimiraikko nen" <kimiraikkonen8 5@gmail.comwrot e in message
      news:34c188f1-f00b-4e80-9d20-e86ed454ad29@c2 g2000pra.google groups.com...
      On Nov 11, 11:36 pm, "Davd S. Zuza" <dsz...@hotmail .comwrote:
      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:


      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

      Comment

      Working...