Sharetape-Speech-To-Text icon indicating copy to clipboard operation
Sharetape-Speech-To-Text copied to clipboard

bad mono sound

Open yarinl3 opened this issue 1 year ago • 0 comments

The mono file comes out with a really bad sound and it causes the program not to recognize the words.

To solve the problem you need to replace this line: mono_data = (left_channel + right_channel) / 2

with this line: mono_data = stereo_data.mean(axis=1)

yarinl3 avatar Jul 04 '23 13:07 yarinl3