@@ -83,6 +83,8 @@ def extract_image(path):
def extract_wav(path):
+ logger.info(f"Extract audio: '{path}'.")
+
data = []
with open(path, "rb") as f: