robotemi / sdk

temi is an unparalleled robotic platform introducing a new dimension of development - movement. Using temi’s SDK, developers can create new functionalities and introduce new use cases via temi’s Android tablet. temi’s movement and navigation capabilities run off of it's Linux computer and uses a set of 16 sensors including a Lidar, depth cameras, driving cameras, and microphones. We encourage our developer community to suggest and request expanded functionality within the SDK and we will adhere to your needs. We want to enable you to create skills like never seen before! We will be constantly improving the SDK and its documentation. Please feel free to reach out to us with any questions or thoughts at developers@robotemi.com
https://www.robotemi.com/
205 stars 87 forks source link

Record audio #456

Closed acivit closed 3 months ago

acivit commented 5 months ago

Hello!

Is there a way to record audio from Temi's microphone?

The same that is used for ASR, but I only want the audio. I want to send it to a computer after, using a web socket, to analyze the speech.

Thanks!

acivit commented 5 months ago

I guess implementing it as if it was a tablet?

zyanya217 commented 3 months ago

@acivit Hello, I also encountered this problem when I was developing a project before. I don't know what your development tools are. If you are also developing using Android studio, then you can consider using Android's API: MediaRecorder directly.