Audio
Actions for handling audio objects
Last updated
Actions for handling audio objects
Last updated
Read audio file. Subclass of . Type of [Dict[str, Any], Dict[str, Any]]
input_data (Dict[str, Any]): Expected keys:
"path_to_file" (str): Path to audio file;
Dict[str, Any]: Audio data. Expected keys:
"audio" (ndarray);
"sampling_rate" (int);
input_data (Dict[str, Any]): Expected keys:
"path_to_file" (str): Path to audio file;
"audio" (ndarray);
"sampling_rate" (int);
Write audio data to file. Subclass of . Type of [Dict[str, Any], None]