You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typical audio metadata should include sampling rate, number of channels and bitdepth. Currently we assume single channel signed 16bit inetegers with unknown sampling rate, this should be fixed by defining AudioFrameMetadata and use it every where.
The initial implementation of Audio Capture Src has number of channels as a property but the ouput frame metadata does not support channels. It is not clear how the system will behave if a stereo capture is performed via this source.
Likweise 24 bit and 32 bit audio (HD) are fairly popular now. hene we should pay this deby quickly.
This issue should also make sure that all downstream modules are fixed to use channels and bitdepth rather than assuming
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: