-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError #7
Comments
It is basically saying that your version of np cannot take float64 and automatically cast that into a integer. So probably you want manually do that by using type casting. |
Thank you very much for your suggestion, I have solved this problem. |
I have been reading your articles and code. I found that the three audio inputs in the code are not mentioned in your article. I think forward beamformer output audio and backward beamformer output audio correspond to the output of Beam1 and Beam2 in the article, and reference beamformer output audio corresponds to the reference signals for mics in the article. Is this understanding correct? |
Yeah, that's right! |
Sorry for the delay. I have encountered this type of error before. It is because of tf version compatibility. So please change that to the api of your current tf version. |
I really appreciate your help. I believe that with your help, I can achieve it very quickly. |
I tried to run the code you shared, but when I type the address of my voice file, the code will go wrong. Just like
Is this because the format of my input file is wrong? Or what are the specific requirements for the format of the input voice file? For example, its sample rate, bit rate, int16 or float64...I hope that answer my question in your free time , I would be grateful.
The text was updated successfully, but these errors were encountered: