AxisCommunications / acap3-examples

Example code for APIs and features in AXIS Camera Application Platform (ACAP) version 3
Apache License 2.0
55 stars 20 forks source link

Audio processing example #176

Closed rose-jinyang closed 1 year ago

rose-jinyang commented 2 years ago

Hello How are you? Thanks for contributing to this project. I am going to process audio through RTSP stream. Where can I get a sample for audio processing from RTSP stream?

pataxis commented 2 years ago

Hi @rose-jinyang ,

if you are looking for how to use audio APIs, the VAPIX library has a section for Audio systems where I see RTSP streams are mentioned.

Since you opened an issue in this ACAP application example repository, I suspect you are looking for an example of axaudio which we don't have. But you have the API documentation and in the technical pages you find an example file axaudioexample.c that hopefully can give you some ideas on how to use this API.

A full example of axaudio with files manifest.json, Makefile, LICENSE etc. would be very similar to the structure of vdostream example.

I could run a local example by