MayamaTakeshi / sip-lab

A node module that helps to write SIP functional tests
3 stars 2 forks source link

wav recording doesn't survive a reinvite #87

Closed MayamaTakeshi closed 3 months ago

MayamaTakeshi commented 3 months ago

Check the wav files generated by: samples/start_play_wav_with_end_of_file_event.js You will see the audio stops at the first reinvite.

The recording should continue after reinvite, unless the number of channels change (if sampling rate changes, we might resample it).

MayamaTakeshi commented 3 months ago

Solved by #74. The samples/start_play_wav_with_end_of_file_event.js now produces wav files without audio interruption (aside from a small click when the reinvite happens).