@vainoklement
The error message you're seeing in the Safari console suggests that there is an issue with certain audio input processor settings that are not supported by the browser or platform. This could potentially be related to the lisp issue you're experiencing, as it indicates that the audio processing might not be functioning as expected in Safari.
While the specific error message doesn't immediately point to a known issue, it does give us a direction for further investigation. It's possible that the VAPI is using certain audio processing features that Safari either doesn't support or handles differently compared to other browsers.
To move forward with resolving this issue, I would recommend the following steps:
1. Check if there are any updates available for Safari or the MacOS that might address compatibility issues.
2. Review the VAPI implementation on the product side to ensure it's using supported audio processors for Safari.
3. Test the assistant on other devices with the same Safari version to see if the issue is consistent.
4. If possible, try disabling any non-essential browser extensions or plugins that might interfere with audio playback.
If the problem continues after these steps, it would be best to escalate this to the technical support team with the details of the error message, Safari version, MacOS version, and the specific circumstances under which the lisp occurs. They may need to examine the code and configurations more closely to identify the root cause.
Please let me know if you would like me to assist you further or if you need help contacting the support team.