-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Support audio in OpenCV #16394
Copy link
Copy link
Open
Labels
Description
Hello!
At the moment, OpenCV library and deep learning do not stand still.
Already more often systems are observed where audio and video are simultaneously used for processing.
Therefore, question arose of creating a audioio module.
Plan of integrate audioio module:
To try support ALSA (Advanced Linux Sound Architecture):
- Read/Write audio files (for example
wav) - Support audio input/output stream (support standard devices)
Your comments are welcome!
Reactions are currently unavailable