22 lines
868 B
Ruby
22 lines
868 B
Ruby
name sound
|
|
id 6
|
|
|
|
1 pascal OPENSOUND() OpenSound
|
|
2 pascal CLOSESOUND() CloseSound
|
|
3 pascal SETVOICEQUEUESIZE(word word) SetVoiceQueueSize
|
|
4 pascal SETVOICENOTE(word word word word) SetVoiceNote
|
|
5 pascal SETVOICEACCENT(word word word word word)
|
|
SetVoiceAccent
|
|
6 pascal SETVOICEENVELOPE(word word word) SetVoiceEnvelope
|
|
7 pascal SETSOUNDNOISE(word word) SetSoundNoise
|
|
8 pascal SETVOICESOUND(word long word) SetVoiceSound
|
|
9 pascal STARTSOUND() StartSound
|
|
10 pascal STOPSOUND() StopSound
|
|
11 pascal WAITSOUNDSTATE(word) WaitSoundState
|
|
12 pascal SYNCALLVOICES() SyncAllVoices
|
|
13 pascal COUNTVOICENOTES(word) CountVoiceNotes
|
|
14 pascal GETTHRESHOLDEVENT() GetThresholdEvent
|
|
15 pascal GETTHRESHOLDSTATUS() GetThresholdStatus
|
|
16 pascal SETVOICETHRESHOLD(word word) SetVoiceThreshold
|
|
17 pascal DOBEEP() DoBeep
|