Einzelnen Beitrag anzeigen

Benutzerbild von robinWie
robinWie

Registriert seit: 26. Okt 2005
Ort: Lippcity
404 Beiträge
 
Delphi 2005 Personal
 
#3

Re: Bass.dll Visualisierung => Latenz Problem

  Alt 17. Okt 2008, 21:54
thx
ich habs jetzt erstmal ohne recordproc probiert und es läuft ganz gut. Ich bemerkte die latenz kaum noch.. geschätzt sind noch so 200 - 300ms (is aber schwer einzuschätzen^^)

Delphi-Quellcode:
BASS_SetConfig(BASS_CONFIG_REC_BUFFER, 0);

  // Init Recording Device
  R_INIT := BASS_RecordInit(-1);
  R_CHAN := BASS_RecordStart(44100, 2, MAKELONG(BASS_RECORD_PAUSE, 1), nil, 0);
Robin W.
Ein Computer kann (fast) alles.... Man muss es ihm nur beibringen
  Mit Zitat antworten Zitat