Module voicevox.supported_devices

Classes

class SupportedDevices (payload: Dict[str, bool])

Supported devices

Attributes

cpu : bool
Check cpu support
cuda : bool
Check cuda support
dml : bool
Check directml support

Instance variables

var cpu : bool
var cuda : bool
var dml : bool