Sean DuBois

Results 605 comments of Sean DuBois

I have created a test application that confirms this is working. You can get it here https://github.com/Sean-Der/whip-turn-test The only thing you need to change is the IP address of the...

Thank you so much @DDRBoxman @RytoEX I really appreciate the reviews :)

I will work on fixing this now @tt2468

Fixed with https://github.com/obsproject/obs-studio/pull/10786

Sorry for the delay, this LGTM! I agree on returning the partial. It would be nice if we could log, but not available unfortunately.

I am going to close this, I solved this locally. If anyone is still hitting this issue you can do this after your call to `add_nodejs_module` ``` target_include_directories(${PROJECT_NAME} SYSTEM BEFORE...

Amazing work @ahmed-adly-khalil! Love the UI improvements. I am worried about some of the dependencies we are going to take on though. * `npm` and `node` isn't available/installed everywhere. Some...

Hi @flamehowk Thank you so much for reaching out! I would love to see you use this library, it has a long way to go though. Currently it only supports...

1.) Great! 2.) Great! 3.) Were you able to run [decode](https://github.com/pion/opus/tree/master/examples/decode) or [playback](https://github.com/pion/opus/tree/master/examples/playback)? For the API we provide a [Decoder](https://github.com/pion/opus/blob/master/decoder.go#L18) and you call [Decode](https://github.com/pion/opus/blob/master/decoder.go#L26). That processes the Opus bitstream, and...

@maxhawkins This all landed right? It would be cool to have an example for this, currently we don't have a way to do easy 'playback'. I think this could be...