prominenceai / deepstream-services-library

A shared library of on-demand DeepStream Pipeline Services for Python and C/C++
MIT License
288 stars 67 forks source link

Implement Audio Source parent class with common services for all derived AUDIO_ONLY and AUDIO_VIDEO Sources. #1309

Open rjhowell44 opened 2 weeks ago

rjhowell44 commented 2 weeks ago

The parent class will instantiate and link/unlink all common required elements.

The common services are still TBD