Kostya Vasilyev
Kostya Vasilyev
Thanks for the link. I don't see an arm64 build variant - much less one for Android - in your build action script. I ended up configuring for arm64 like...
How did I miss it! Thanks! Looks like it doesn't pass any special parameters for Neon - so your build for arm64 (or any other platform) doesn't use Neon, correct?
Think I figured it out. Your build scripts don't use fixed point when building for aarch64. If I remove OPUS_FIXED_POINT from my CMake config then aarch64 builds fine. Question is...
To summarize for anyone else who might run into this: aarch64 with Neon and fixed point is broken - the unresolved symbol issue - where the `celt_pitch_xcorr_neon` function is only...
Any update on merging this? We use self hosted MacOS runners and are unable to upgrade to python-setup v5
> Would it be possible to add a simple unit test for this? > > Thank you so much. Would be happy to, can you guide me? - First, are...
> Hello, For this PR you can add tests here https://github.com/pion/webrtc/blob/master/peerconnection_media_test.go No need to mock the actual connections. For making RTP packets, there are some helpers exposed from pion/rtp, also...
Here is my "work in progress" for the test. ```go // Assert that we can send just one packet with Simulcast IDs (using extensions) and they will be properly received...
There are some failing checks: ### Linter ``` Error: rtptransceiver.go:294:4: handleUnknownRTPPacket - result payloadType is never used (unparam) ) (payloadType PayloadType, paddingOnly bool, err error) { ^ ``` The linter...
@JoeTurki do we have any news on the tests please? I would be happy to continue on implementing a test, but would appreciate guidance from you on how I can...