I loaded file bip.wav and trying to play after make call.
AT+QPSND=1,“bip.wav”,0,1,0
+QPSND: 0,1
It is not hearable in far-side.
Also according docs, response should have one param (+QPSND: 0) , but have two (+QPSND: 0,1).
Do You have some example sample wav and commands set for playing it on the far-side?
Can You give some example tool for making/converting wav file that can be played on EG915U-EU (far-side)?
I tried a lot of samples, converted with different settings and still can’t play. I have only one file that plays, but don’t know how it was created.
Each time when it is not playing, there is +QPSND: 0,1
When plays, there is: +QPSND: 0
It was problem with wrong bit resolution. It must be 16-bit (I had 8-bit).
This is probably reported by the module via reply +QPSND: 0,1
But this is not docummented.