(name string, err C.int)
| 48 | var theContext *context |
| 49 | |
| 50 | func alsaError(name string, err C.int) error { |
| 51 | return fmt.Errorf("oto: ALSA error at %s: %s", name, C.GoString(C.snd_strerror(err))) |
| 52 | } |
| 53 | |
| 54 | func deviceCandidates() []string { |
| 55 | const getAllDevices = -1 |
no outgoing calls
no test coverage detected
searching dependent graphs…