comparison DOCS/tech/general.txt @ 991:dab1e9e67d8c

1 typo corrected (any more, atmos?)
author gabucino
date Mon, 04 Jun 2001 12:17:51 +0000
parents fadb8eeff7a8
children 84a887d85203
comparison
equal deleted inserted replaced
990:21475b2da242 991:dab1e9e67d8c
234 234
235 6. libao2: this control audio playing 235 6. libao2: this control audio playing
236 236
237 As in libvo (see 5.) also here are some drivers, based on the same API: 237 As in libvo (see 5.) also here are some drivers, based on the same API:
238 238
239 statis int control(int cmd, int arg); 239 static int control(int cmd, int arg);
240 This is for reading/setting driver-specific and other special parameters. 240 This is for reading/setting driver-specific and other special parameters.
241 Not really used for now. 241 Not really used for now.
242 242
243 static int init(int rate,int channels,int format,int flags); 243 static int init(int rate,int channels,int format,int flags);
244 The init of driver, opens device, sets sample rate, channels, sample format 244 The init of driver, opens device, sets sample rate, channels, sample format