Hi community,
I’m working on a project where the goal is to capture real-time audio input, process it, and receive feedback directly. We’ve tried multiple configurations in Make using the Agora API for audio processing and OpenAI for feedback, but we keep encountering issues like 404 Not Found
errors, Queue is Full
, and JSON formatting problems.
Steps we’ve taken:
- Connected HTTP modules to the API endpoints with audio data in base64.
- Validated URL and request body formats.
- Encountered limitations in processing audio and getting responses.
Any insights on improving real-time audio feedback or better handling of API requests would be appreciated!
Thank you!