In OnKeyPress-Event put this:

if Key = #13 then begin
SendMessage(GetParentForm(Self).Handle, WM_NEXTDLGCTL, 0, 0);

This lets the sound "disappear".

Greetings,
Dirk