Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5

Thread: recording

  1. #1
    Join Date
    Feb 2009
    Posts
    5

    Star recording

    (german)
    in meinem projekt soll später mal ewentuell ein button rein der soll eine aufname starten(aus einen WMP-objekt). das soll aber kein externes programm sein. es soll möglich sein im optionsmenü einstellungen zu änder z.b ausgabeformat (mp3 ist wichtig)... und denn pfad zur fertigen aufname. die optionen sind bei mir in eine .ini datei.

    das problem ist, ich weiss nicht wie ich das mit dem aufnehmen machen soll, mir fällt da ersmal gernichts zu ein.

    (english)
    i want to make in project a button to record from a WMP-opject. ( no extern progg. because i want to make a option page to change settings like outputfile(mp3 is important) and filesource(pfad,saving the file).The setting in my optionpage are save in a .ini-file

    the problem is, i don´t how to maka the recording.

  2. #2
    Join Date
    Feb 2009
    Posts
    5
    no ideas?


  3. #3
    Join Date
    Oct 2002
    Location
    RealFake, RF
    Posts
    403
    Hi there Jay,

    I'd start here: http://www.indigorose.com/forums/sho...ghlight=record

    You're going to have some licensing issues with mp3 as the format is now coveted by its license holders. People like myself (who were always latched on to the mp3 format) have now jumped on board with the .ogg format.
    "White-colla-AMS-gangsta."

  4. #4
    Join Date
    Feb 2005
    Location
    Germany
    Posts
    135
    In den meisten Fällen (hat bei mir damals zumindest) mit der normalen Downloadfunktion funktioniert, d.h.

    HTTP.Download("http://UrlToRecord", "C:\\MyRecord.(mp3)|(wav)...", MODE_BINARY, 20, 80, nil, nil, nil);
    Beispiel (example):

    Aufnahme des folgenden Streams: http://dsl.tb-stream.net:80

    http://dsl.tb-stream.net: Adresse bzw. Url
    80: Port für die Aufnahme (manchmal, bei ShoutCast-Servern auch die 8000, aber meistens die 80)

    HTTP.Download("http://dsl.tb-stream.net", "C:\\MyRecord.mp3", MODE_BINARY, 20, 80, nil, nil, nil);

  5. #5
    Join Date
    Feb 2008
    Location
    Western Pennsylvania
    Posts
    555

    Hey!

    This is the best I found that really works. http://www.indigorose.com/forums/sho...t=AudioCapture

    Joe

Similar Threads

  1. Help! question about stream recording.
    By djmoh in forum AutoPlay Media Studio 7.5
    Replies: 1
    Last Post: 07-10-2008, 12:50 PM
  2. Recording Line-out
    By synistics in forum AutoPlay Media Studio 6.0
    Replies: 2
    Last Post: 11-05-2007, 07:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts