//På din record knap mciSendString(Pchar('OPEN NEW TYPE WAVEAUDIO ALIAS '+SoundID), nil, 0, handle); mciSendString(Pchar('SET '+SoundID+' TIME FORMAT MS '+ // set time 'BITSPERSAMPLE 360 '+ //Bit 'CHANNELS 2 '+ 'SAMPLESPERSEC 44000 '+ // KHz 'BYTESPERSEC 16000'), // Bytes/s nil, 0, handle); mciSendString(Pchar('RECORD '+SoundID), nil, 0, handle);
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.