When using the voice recognition model, I wonder if the maximum duration is more than 30 seconds and it cannot be used as a memory error.
There are no documents detailing this.
MAX_DURATION_IN_SECONDS = 30
When using the voice recognition model, I wonder if the maximum duration is more than 30 seconds and it cannot be used as a memory error.
There are no documents detailing this.
MAX_DURATION_IN_SECONDS = 30
I’m not familiar with the details of the model architecture, but most models only support up to 30 seconds, at least for now.
But I think they just allow you to specify more than 30 seconds, just in case it is possible to extend it in the future.
This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.