Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8039 hidnplayr 1
 
2
3
 
4
        .length dd ?
5
6
 
7
8
 
9
10
 
11
        .channels                       dd ?    ; signed int
12
13
 
14
        .setup_temp_memory_required     dd ?
15
        .temp_memory_required           dd ?
16
17
 
18
19
 
20
21
 
22
;        test    eax, eax
23
;        jz
24
;       mov [vorb], eax
25
26
 
27
;        mov     [bytes_consumed], eax
28
29
 
30
31
 
32
;error          dd ?
33
;numchannels    dd ?
34
;numsamples     dd ?
35
;float_samples  rd ?
36
;pcm            rw VORB_MAX_SAMPLES_PER_FRAME
37