Hassan Sahibzada

Results 9 issues of Hassan Sahibzada

### What are you trying to do? I'm like to test out the Amazon Voice Focus noise suppression / echo cancellation and compare side by side with rnnoise and/or other...

feature-request
audio-ml

### What are you trying to do? What is the maximum number of shared content streams that are supported? Under scaling limitations this (https://aws.amazon.com/chime/chime-sdk/faq/) suggests 2 per session. Is that...

feature-request

**Describe the bug** The master sample right now adds audio/video transceivers. If we modify it to only have video -- when replying to an offer which has recvonly audio, instead...

work-in-progress

**Describe the bug** Consider the master sample (which adds h264 video and opus audio codecs to the codec tables and has local transceivers setup with video first, then audio), if...

work-in-progress

*Issue #, if available:*. https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/issues/1567 *Description of changes:* Remove `,` from readme to make properly formed JSON. It is correct here already: https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/blob/master/scripts/generate-iot-credential.sh#L39-L56 By submitting this pull request, I confirm...

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

*Issue #, if available:* *What was changed?* - Updated Producer C / PIC to latest releases *Why was it changed?* - To propagate fixes in lower level libraries to this...

Release

*Issue #, if available:* https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/issues/1991, https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/issues/1453 *What was changed?* * Added a diagram to show the memory layout for the ReTransmitter struct. * Fixed a bug where where an index...

If we're using mbedtls instead of ssl we need to actually link against it when building kvsCommonLws, it is done properly for common curl, but was incorrect for Lws path...