We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Greetings,
I use 'f' option of MRCPSynth to store synthesized audio in file but resulting file is empty. Audio generates correctly and I can hear it.
I am not sure but I think the reason is not writing data in app_mrcpsynth.c. fd is opened at line 567 and then closed at 472 without using.
Example: same => n, MRCPSynth("Testing",f=synthtestrecord)
same => n, MRCPSynth("Testing",f=synthtestrecord)
Everything works in asterisk-unimrcp-1.3.0
Versions: Asterisk 11.22.0 unimrcp-1.3.0 asterisk-unimrcp-1.3.1
The text was updated successfully, but these errors were encountered:
Your observations are correct. This is a regression introduced in the following commit c02bbd8.
Needs to be fixed...
Sorry, something went wrong.
6d12153
Merge pull request unispeech#4 from CPqD/hotfix-docker
9c632e1
(-) Hot fix Dockerfile
No branches or pull requests
Greetings,
I use 'f' option of MRCPSynth to store synthesized audio in file but resulting file is empty. Audio generates correctly and I can hear it.
I am not sure but I think the reason is not writing data in app_mrcpsynth.c. fd is opened at line 567 and then closed at 472 without using.
Example:
same => n, MRCPSynth("Testing",f=synthtestrecord)
Everything works in asterisk-unimrcp-1.3.0
Versions:
Asterisk 11.22.0
unimrcp-1.3.0
asterisk-unimrcp-1.3.1
The text was updated successfully, but these errors were encountered: