Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebRTC audio support #1368

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open

WebRTC audio support #1368

wants to merge 47 commits into from

Commits on Apr 21, 2019

  1. Remove old webrtc binding source

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    8a0b09c View commit details
    Browse the repository at this point in the history
  2. Add new webrtc bindings source from node-webrtc module

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    e8267c4 View commit details
    Browse the repository at this point in the history
  3. Remove binding.cc deinitialization code

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    c46321f View commit details
    Browse the repository at this point in the history
  4. Remove getusermedia video support

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    5eaeb01 View commit details
    Browse the repository at this point in the history
  5. Add missing webrtc Winsock2.h includes

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    2f83924 View commit details
    Browse the repository at this point in the history
  6. Flag out Winsock2.h includes to be windows-only

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    6fb0829 View commit details
    Browse the repository at this point in the history
  7. Comment out non-functional RTCRtpSender/RTCRtpReceiver getCapabilitie…

    …s calls
    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    0762961 View commit details
    Browse the repository at this point in the history
  8. Update PeerConnectionFactory constructor usage

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    50576e2 View commit details
    Browse the repository at this point in the history
  9. Add new WebRTC audio driver

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    2e783aa View commit details
    Browse the repository at this point in the history
  10. Bugfix webrtc binary binding

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    caa0538 View commit details
    Browse the repository at this point in the history
  11. Remove old RTC js bindings

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    aac361b View commit details
    Browse the repository at this point in the history
  12. Add node-webrtc RTC js bindings

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    0fe5a5d View commit details
    Browse the repository at this point in the history
  13. Add new RTC js binding files

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    458e48f View commit details
    Browse the repository at this point in the history
  14. Bugfix RTC js binding to native

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    30a1c5d View commit details
    Browse the repository at this point in the history
  15. Add missing RTC js RTCTrackEvent exposure

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    9e46162 View commit details
    Browse the repository at this point in the history
  16. Update window exposure for new RTC implementation

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    485d81c View commit details
    Browse the repository at this point in the history
  17. Rename webaudiocontext MediaStreamTrack -> AudioMediaStreamTrack due …

    …to conflict with WebRTC
    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    0463754 View commit details
    Browse the repository at this point in the history
  18. Update windows webrtc build spec

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    8ab0f9a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a1f854b View commit details
    Browse the repository at this point in the history
  20. Add missing webrtc.h binding

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    cb97a30 View commit details
    Browse the repository at this point in the history
  21. Hook in WebRTC getUserMedia version in Window.js

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    cfd8e95 View commit details
    Browse the repository at this point in the history
  22. Update LUMIN binding.gyp for new webrtc build

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    37a1146 View commit details
    Browse the repository at this point in the history
  23. Remove binding.gyp dead WebRTC sources

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    0ad3dac View commit details
    Browse the repository at this point in the history
  24. Bugfix magic leap build exokit.cpp

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    4603e69 View commit details
    Browse the repository at this point in the history
  25. Bugfix WebAudioBindingImpl syntax

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    649d436 View commit details
    Browse the repository at this point in the history
  26. Bugfix mic zeroing

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    2be5a92 View commit details
    Browse the repository at this point in the history
  27. Bugfix WebRTC fake audio device buffering

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    d7ee1d8 View commit details
    Browse the repository at this point in the history
  28. Bugfix lunix arm64 WebRTC build

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    f01cf67 View commit details
    Browse the repository at this point in the history
  29. Bugfix macOS WebRTC build

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    583563f View commit details
    Browse the repository at this point in the history
  30. Bugfix linux WebRTC build

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    1ac2e37 View commit details
    Browse the repository at this point in the history
  31. Bugfix getusermedia.cc template handling

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    105e1da View commit details
    Browse the repository at this point in the history
  32. Bump native-webrtc-deps version again

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    338435c View commit details
    Browse the repository at this point in the history
  33. Bump native-webrtc-deps version

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    927c363 View commit details
    Browse the repository at this point in the history
  34. Add MediaStreamTrack EventTarget method stubs

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    a766d71 View commit details
    Browse the repository at this point in the history
  35. Mark DataChannel properties as configurable

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    6886ac8 View commit details
    Browse the repository at this point in the history
  36. Bump native-webrtc-deps version

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    7e4848a View commit details
    Browse the repository at this point in the history
  37. WebAudio bindings dead code removal

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    0f51892 View commit details
    Browse the repository at this point in the history
  38. Remove binary WebAudio media streams in favor of the ones from WebRTC…

    … bindings
    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    ddc68b4 View commit details
    Browse the repository at this point in the history
  39. Clean up root webrtc bindings

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    9f367b4 View commit details
    Browse the repository at this point in the history
  40. Bump native-webrtc-deps version

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    93bdd02 View commit details
    Browse the repository at this point in the history
  41. Remove dead WebAudio MediaStream binary bindings exposure

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    02eddf4 View commit details
    Browse the repository at this point in the history
  42. Update webrtc binding Handle to Local for node 12 support

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    2b21394 View commit details
    Browse the repository at this point in the history
  43. Remove dead v8::Handle exposure in webrtc bindings

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    919fdb8 View commit details
    Browse the repository at this point in the history
  44. More webrtc bindings node 12 debugging

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    a7bfdc6 View commit details
    Browse the repository at this point in the history
  45. Move webrtc bindings v8.h due to naming conflict

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    d33fb82 View commit details
    Browse the repository at this point in the history
  46. Small webrtc bindings v8 converters bugfixing

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    49bfa92 View commit details
    Browse the repository at this point in the history
  47. Small webrtc bindings interfaces node 12 cleanup

    Avaer Kazmer committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    36b037a View commit details
    Browse the repository at this point in the history