Skip to content
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

Empty recorded audio file from MRCPSynth #4

Closed
aleksov opened this issue Apr 12, 2016 · 1 comment
Closed

Empty recorded audio file from MRCPSynth #4

aleksov opened this issue Apr 12, 2016 · 1 comment

Comments

@aleksov
Copy link

aleksov commented Apr 12, 2016

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

@achaloyan
Copy link
Contributor

Greetings,

Your observations are correct. This is a regression introduced in the following commit c02bbd8.

Needs to be fixed...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants