Home
last modified time | relevance | path

Searched refs:opensoundsys_open_device (Results 1 - 1 of 1) sorted by relevance

/third_party/libsnd/programs/
H A Dsndfile-play.c360 static int opensoundsys_open_device (int channels, int srate) ;
383 audio_device = opensoundsys_open_device (sfinfo.channels, sfinfo.samplerate) ; in opensoundsys_play()
424 opensoundsys_open_device (int channels, int srate) in opensoundsys_open_device() function
429 { perror ("opensoundsys_open_device : open ") ; in opensoundsys_open_device()
436 perror ("opensoundsys_open_device : stereo ") ; in opensoundsys_open_device()
441 { perror ("opensoundsys_open_device : reset ") ; in opensoundsys_open_device()
447 { perror ("opensoundsys_open_device : set format ") ; in opensoundsys_open_device()
452 { perror ("opensoundsys_open_device : channels ") ; in opensoundsys_open_device()
457 { perror ("opensoundsys_open_device : sample rate ") ; in opensoundsys_open_device()
462 { perror ("opensoundsys_open_device in opensoundsys_open_device()
[all...]

Completed in 2 milliseconds