SayAudioFile¶
- class SayAudioFile(path: str, microphone_device: int | str | None = None, blocking: bool = True, **settings)[source]¶
Bases:
BaseInstructionPlay voice audio loaded from a file.
- property id: int¶
Return the unique instruction identifier.
- Returns:
Instruction identifier.
- Return type:
int