Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
WAV backend. More...
#include <wav_backend.h>
Public Member Functions | |
virtual void | discover_drivers (core::Array< DriverInfo, MaxDrivers > &driver_list) |
Append supported drivers to the list. More... | |
virtual IDevice * | open_device (DeviceType device_type, DriverType driver_type, const char *driver, const char *path, const Config &config, core::IArena &arena) |
Create and open a sink or source. More... | |
virtual const char * | name () const |
Returns name of backend. More... | |
WAV backend.
Definition at line 23 of file wav_backend.h.
|
virtual |
Append supported drivers to the list.
Implements roc::sndio::IBackend.
|
virtual |
Returns name of backend.
Implements roc::sndio::IBackend.
|
virtual |
Create and open a sink or source.
Implements roc::sndio::IBackend.