simulstream.client.wav_reader_client.load_wav_file_list

simulstream.client.wav_reader_client.load_wav_file_list(list_file_path: str) List[str]

Load a list of WAV file paths from a text file.

Parameters:

list_file_path (str) – Path to a text file, one WAV file path per line.

Returns:

Absolute file paths of WAV files.

Return type:

list[str]