UniTAP.dev.ports.modules.ag.ag_utils

def save_to_wave_file( path: str, audio_mode: UniTAP.common.audio_mode.AudioMode, data: bytearray):
def save_to_bin_file(path: str, data: bytearray):
def load_from_bin_file(path: str):
def load_from_wave_file(path: str):
def check_file_format(path: str):
def create_audio_sts(audio_mode: UniTAP.common.audio_mode.AudioMode):