Home | History | Annotate | Download | only in audio

Lines Matching refs:fmod

2  * QEMU FMOD audio driver
24 #include <fmod.h>
29 #define AUDIO_CAP "fmod"
362 fmod_logerr2 ("DAC", "Failed to allocate FMOD sample\n");
374 /* FMOD always operates on little endian frames? */
428 fmod_logerr2 ("ADC", "Failed to allocate FMOD sample\n");
432 /* FMOD always operates on little endian frames? */
539 dolog ("Wrong FMOD version %f, need at least %f\n", ver, FMOD_VERSION);
545 dolog ("FMOD before 3.75 has bug preventing ADC from working\n"
561 dolog ("Unknown FMOD driver `%s'\n", drv);
632 .descr = "FMOD driver"
676 .name = "fmod",
677 .descr = "FMOD 3.xx http://www.fmod.org",