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

Creation of ASR api #1

Merged
merged 84 commits into from
Apr 24, 2020
Merged

Creation of ASR api #1

merged 84 commits into from
Apr 24, 2020

Commits on Mar 7, 2020

  1. Configuration menu
    Copy the full SHA
    42864af View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. fix: Fix variable name queue

    ar13pit committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    546be1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6110bb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0c3058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63fabff View commit details
    Browse the repository at this point in the history
  5. test: Add test for ASR api

    ar13pit committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    03a4462 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4a027d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    a35e5c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a51f6b2 View commit details
    Browse the repository at this point in the history
  3. refactor: Remove IDE files

    ar13pit committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    223d8b8 View commit details
    Browse the repository at this point in the history
  4. feat: Ignore pycharm files

    ar13pit committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    c4580dc View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    9a0532b View commit details
    Browse the repository at this point in the history
  2. style: Remove space in arg

    Co-Authored-By: Matthijs van der Burgh <[email protected]>
    ar13pit and MatthijsBurgh authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    a3aaf42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40d608a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    e3a0f02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ce592a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6905011 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5de31d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee3039b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97e65f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2eee124 View commit details
    Browse the repository at this point in the history
  8. Cleanup code a bit

    LoyVanBeek committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    b0a6a6c View commit details
    Browse the repository at this point in the history
  9. Move initialisation of recognizer to constructor so it's ready when w…

    …e finally hit 'recognize'
    LoyVanBeek committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    dbfead1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6718bce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4ca988a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d3c0f7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d07a4e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Extend interface of AudioSourceBase to better support re-opening micr…

    …ophones nad buffering later on
    LoyVanBeek committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    e055d05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73649d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a44790 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Configuration menu
    Copy the full SHA
    90c9a84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c0a1e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3788d7e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

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

Commits on Apr 21, 2020

  1. Configuration menu
    Copy the full SHA
    607fa76 View commit details
    Browse the repository at this point in the history
  2. test: Futurize script

    ar13pit committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    19ea6f1 View commit details
    Browse the repository at this point in the history
  3. test: Fix import orders

    ar13pit committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    2c6856d View commit details
    Browse the repository at this point in the history
  4. test: Fix linting errors

    ar13pit committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    3bf6e00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f05cbc4 View commit details
    Browse the repository at this point in the history
  6. style: Formatting fixes

    ar13pit committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    cf50c12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4ffe30 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a4b271 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    392f9ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15dce1b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8a366b View commit details
    Browse the repository at this point in the history
  12. feat: Merge callback register functions

    Add arg for partial recognition callback
    ar13pit committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    0d898ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9bc3a9b View commit details
    Browse the repository at this point in the history
  14. fix: Cleanup logging strings

    ar13pit committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    9e4c179 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    39e85a0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2ec921b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    00d7e54 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0c767fc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    834d8eb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    478cc21 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    20e0b53 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cd689c2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0a9cd3c View commit details
    Browse the repository at this point in the history
  24. fix: Check framerate of opened audio file

    raise RuntimeWarning if the file is already open
    ar13pit committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    09e1f84 View commit details
    Browse the repository at this point in the history
  25. feat: Version bump

    ar13pit committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    0dcda71 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    1946461 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7420e8c View commit details
    Browse the repository at this point in the history
  3. test: Remove unnecessary print statements

    Logging functions take care of status printing
    ar13pit committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    b5b1808 View commit details
    Browse the repository at this point in the history
  4. test: Remove repeated asr and streamer stop commands

    asr.stop is already in the interrupt handler, streamer.stop is being called by asr.stop
    ar13pit committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    b1bc213 View commit details
    Browse the repository at this point in the history
  5. test: Remove unnecessary event handler

    It is doing nothing here
    ar13pit committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    6ba4067 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a65b3cd View commit details
    Browse the repository at this point in the history
  7. docs: Add module docstring

    ar13pit committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    ba3405c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ed0a23 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80f9e3c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4424a40 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    dc73d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5087a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caf15b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93ef4d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff20822 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa81189 View commit details
    Browse the repository at this point in the history
  7. feat: Add args to print decoding results to log

    Set to be false by default
    ar13pit committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    b891489 View commit details
    Browse the repository at this point in the history
  8. style: Fix linting warnings

    ar13pit committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    b6aa81b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7f47b9a View commit details
    Browse the repository at this point in the history
  10. feat: Add volume indicator function

    Useful in debugging chunk volume levels
    ar13pit committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    ff519e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c13a254 View commit details
    Browse the repository at this point in the history
  12. feat: Replace log flags with 1 debug flag and add volume indicator

    Always print the final decoded result to log
    ar13pit committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    f5585e0 View commit details
    Browse the repository at this point in the history
  13. test: Update debug args

    ar13pit committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    7c5c1c6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ee25a70 View commit details
    Browse the repository at this point in the history