NeonGeckoCom / neon-iris

Interactive Relay for Intelligence Systems
Other
2 stars 2 forks source link

[BUG] Input audio resampling is not efficiently implemented #28

Closed mikejgray closed 7 months ago

mikejgray commented 7 months ago

Description

Input audio resampling is not efficiently implemented here. Consider pulling the implementation from ovos-stt-http-server or using helpers from neon_utils.file_utils

Steps to Reproduce

Relevant Code

No response

Other Notes

No response

NeonDaniel commented 7 months ago

It may be better to skip the resampling here and add it to neon-speech so we can handle other clients that may not have sufficient processing power to do any conversion.