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

Incoporate WebRTC VAD code #278

Merged
merged 84 commits into from
Aug 21, 2022
Merged

Incoporate WebRTC VAD code #278

merged 84 commits into from
Aug 21, 2022

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    4cb5845 View commit details
    Browse the repository at this point in the history
  2. feat: make it compile

    dhdaines committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    27be956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da2a5a8 View commit details
    Browse the repository at this point in the history
  4. fix: shut up compiler

    dhdaines committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    16eead3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    252906f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5db9fb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48476d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9fd1bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d54f95f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dbecaec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    677f25d View commit details
    Browse the repository at this point in the history
  12. feat: switch to built-in VAD

    dhdaines committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    db84027 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3246926 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4234dfe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7a1f3e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    ca281d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c81d0f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    681673d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f3a189 View commit details
    Browse the repository at this point in the history
  3. docs: add VAD example

    dhdaines committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6a305b5 View commit details
    Browse the repository at this point in the history
  4. docs: add shebang

    dhdaines committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6415e21 View commit details
    Browse the repository at this point in the history
  5. docs: make it simpler

    dhdaines committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    4568f04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac52ee6 View commit details
    Browse the repository at this point in the history
  7. fix: check malloc()

    dhdaines committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    bcfa4cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b758c4d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7cd7561 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    90c37f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    6b4c7c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab243e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87fb671 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52a76cb View commit details
    Browse the repository at this point in the history
  5. docs: improve docstrings

    dhdaines committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    5f1562a View commit details
    Browse the repository at this point in the history
  6. fix: check fread(

    dhdaines committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    2967557 View commit details
    Browse the repository at this point in the history
  7. fix: remove unused constant

    dhdaines committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    864bb41 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42a5478 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ec33619 View commit details
    Browse the repository at this point in the history
  10. fix: add ratio

    dhdaines committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    2e09c1e View commit details
    Browse the repository at this point in the history
  11. fix: oops

    dhdaines committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    bd315e8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4d5670c View commit details
    Browse the repository at this point in the history
  13. test: rename VAD test

    dhdaines committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    c69652f View commit details
    Browse the repository at this point in the history
  14. docs: slim down copyright notice

    It's not clear that I could actually assign copyright to CMU,
    so I won't do that
    dhdaines committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    114723e View commit details
    Browse the repository at this point in the history
  15. docs: reinstate disclaimer

    dhdaines committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    7ceb7f1 View commit details
    Browse the repository at this point in the history
  16. docs: update license comment

    dhdaines committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    aa5b2dc View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. feat: initial endpointer API

    dhdaines committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    62d42bf View commit details
    Browse the repository at this point in the history
  2. fix: get end times right

    dhdaines committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    4ba3ae9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a9927e View commit details
    Browse the repository at this point in the history
  4. test: add asserts

    dhdaines committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    372732f View commit details
    Browse the repository at this point in the history
  5. ci: add sox for python test

    dhdaines committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    bd16d21 View commit details
    Browse the repository at this point in the history
  6. ci: sudo

    dhdaines committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    7580e51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8db057d View commit details
    Browse the repository at this point in the history
  8. refactor: refactor out queue

    dhdaines committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    04ea458 View commit details
    Browse the repository at this point in the history
  9. refactor: pull out eof

    dhdaines committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    6702d71 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d95937 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c217c40 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d5f03f4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4dc2374 View commit details
    Browse the repository at this point in the history
  14. fix: oops do not always fail

    dhdaines committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    932c34f View commit details
    Browse the repository at this point in the history
  15. feat: report errors somewhat

    dhdaines committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    b4f2a8e View commit details
    Browse the repository at this point in the history
  16. fix: pointer arithmetic is hard

    lets go shopping
    dhdaines committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    2ebf1bb View commit details
    Browse the repository at this point in the history
  17. fix: free decoder

    dhdaines committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    a737ec8 View commit details
    Browse the repository at this point in the history
  18. fix: clear after eof

    dhdaines committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    2198852 View commit details
    Browse the repository at this point in the history
  19. feat: end of stream handling

    dhdaines committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    266e8fd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    075a7f0 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1b18876 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    386ea98 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b5df4fd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b41cb77 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e988446 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b9c0db8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6a8fd52 View commit details
    Browse the repository at this point in the history
  28. fix: fix examples a bit

    dhdaines committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    a127f59 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Configuration menu
    Copy the full SHA
    2ba4225 View commit details
    Browse the repository at this point in the history
  2. fix: refcounting

    dhdaines committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    93dc809 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    076dfac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca1623c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93d02d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70d848d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7b35dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cafbb23 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3056ba1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f33803 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec3e54b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de14964 View commit details
    Browse the repository at this point in the history
  13. test: install sox

    dhdaines committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    4934603 View commit details
    Browse the repository at this point in the history