Shorya Sethia

Results 2 comments of Shorya Sethia

> Failed to record audio: [WinError 2] The system cannot find the file specified Have you figured this out? Is yes, do let me know the fix [EDIT] See the...

@xhorizont @jachenms This would fix the issue. ```python # voice_assistant/audio.py import pyaudio import wave import logging import os # Configure logging logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s') def record_audio(file_path, duration=5,...