1LIBRARY      PABLIO
2DESCRIPTION  'PABLIO   Portable Audio Blocking I/O'
3
4EXPORTS
5    ; Explicit exports can go here
6	Pa_Initialize                   @1
7	Pa_Terminate                    @2
8	Pa_GetHostError                 @3
9	Pa_GetErrorText                 @4
10	Pa_CountDevices                 @5
11	Pa_GetDefaultInputDeviceID      @6
12	Pa_GetDefaultOutputDeviceID     @7
13	Pa_GetDeviceInfo                @8
14	Pa_OpenStream                   @9
15	Pa_OpenDefaultStream            @10
16	Pa_CloseStream                  @11
17	Pa_StartStream                  @12
18	Pa_StopStream                   @13
19	Pa_StreamActive                 @14
20	Pa_StreamTime                   @15
21	Pa_GetCPULoad                   @16
22	Pa_GetMinNumBuffers             @17
23	Pa_Sleep                        @18
24
25	OpenAudioStream                 @19
26	CloseAudioStream                @20
27	WriteAudioStream                @21
28	ReadAudioStream                 @22
29
30	Pa_GetSampleSize                @23
31
32   ;123456789012345678901234567890123456
33   ;000000000111111111122222222223333333
34
35
36