I am using node js to develop.
I been able to send a http/2 request now , the request been able to carry the binary audio attachment.
The request is correct , I can confirm from AVS history information.
but the response is string data .
I will binary audio attachment converted into buffer,write a file or pipe the sream to play, All method can not play !
I know binary audio attachment is mp3 and :
- 16bit Linear PCM
- 16kHz sample rate
- Single channel
- Little endian byte order
How to parse binary audio attachment ?
Is not binary encode ?