Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
961 views
in Technique[技术] by (71.8m points)

retrofit - Sending raw audio data file from Android app to Node.js server

I am new to android and node.js;

My task is as follows:

I have a raw audio file on my android device. The goal is to build an android app to send the file to my Node.js server, where I can then convert the data into playable audio.

Currently, using retrofit, I am able to succesfully send data of type T from the android device to my server. On the server side, I am able to convert a raw audio file (assuming that I already have it on the desktop) to WAV format and play it in the browser.

How do I extract the raw audio file on the android device and send it to the Node server?

Thanks!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...