You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In AudioToTextXForm module, the buffer is not being flushed when the input buffer size is less than set buffer_size which creates a problem for the next frames.
To Reproduce
Create a test in audiototextxform_tests with filereader and audiototextxform module. Use the pcm file used by other tests and set the buffer size to 160000. Run the pipeline twice and check the buffer size for each iteration. In first iteration it is 157600 and in the second its doubled to 315200 indicating that the previous buffer is not flushed.
Expected behavior
Buffer should get flushed before the next frame is read.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS]
Version [e.g. chrome, safari]
Cuda Version [e.g. 22]
Architecture [e.g. x86_64, arm64]
Additional context
Add any other context about the problem here.
Would you like to work on the issue?
Please state if this issue should be assigned to you or who you think could help to solve this issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
In AudioToTextXForm module, the buffer is not being flushed when the input buffer size is less than set buffer_size which creates a problem for the next frames.
To Reproduce
Create a test in audiototextxform_tests with filereader and audiototextxform module. Use the pcm file used by other tests and set the buffer size to 160000. Run the pipeline twice and check the buffer size for each iteration. In first iteration it is 157600 and in the second its doubled to 315200 indicating that the previous buffer is not flushed.
Expected behavior
Buffer should get flushed before the next frame is read.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
Would you like to work on the issue?
Please state if this issue should be assigned to you or who you think could help to solve this issue.
The text was updated successfully, but these errors were encountered: