Hallo,
ich habe versucht eine normale Wavedatei per mciSendstring (play) abzuspielen.
Mein Quellcode sieht wie folgt aus:
Delphi-Quellcode:
begin
mciSendString('
OPEN NEW TYPE WAVEAUDIO ALIAS mySound',
nil,0,
Handle);
mciSendString('
SET mySound ' +
'
TIME FORMAT MS ' +
'
BITSPERSAMPLE 16 ' +
'
CHANNELS 2 ' +
'
SAMPLESPERSEC 44100 ' +
'
BYTESPERSEC 176400 ' +
'
ALIGNMENT 4',
nil,0,
handle);
mciSendString('
play mySound "C:\sounddatei.wav"',
nil,0,
Handle);
end;
tja...das geht nur leider nicht...ich dachte erst an eine load funktion, aber die ist nur für video laut Hilfedatei...
Ich hab keine Ahnung wieso es nicht funktioniert...aber vielleicht ja einer von euch
Danke schonmal,
Angelus
[edit=sakura] [delphi]-Tags gesetzt. Mfg, sakura[/edit]