Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nvidia-riva/python-clients
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: nvidia-riva/python-clients
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/2.22.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 14 files changed
  • 2 contributors

Commits on Aug 7, 2025

  1. Fix import for I/O device only in case of mic (#146)

    * conditional import for mic to suppress warnings
    
    * Remove unused default_device_index variable
    yhayarannvidia authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    c59b16a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Allow grpc options (#140)

    * allow passing grpc channel create options
    
    * add support for using client cert for MTLS
    
    * rename ssl-cert to ssl-root-cert
    
    * fix: renaming ssl_cert -> ssl_root_cert
    
    * fix auth init and docstring
    
    * fix missing typos
    virajkarandikar authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    94845c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. add ssl support for realtime api (#148)

    * add ssl support for realtime api
    
    * add option to open aio channel
    
    * add websockets to requirements
    virajkarandikar authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    4a9bf9e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2025

  1. FIx microphone case for realtime ASR client (#151) (#154)

    * Realtime ASR micropphone fix
    
    * Set default server to localhost for realtime ASR client
    
    * refactor argument parsing in realtime ASR client to use mutually exclusive input options and update default server port to 9000
    
    * refactor logging in RealtimeClient to use debug level for detailed internal state and error messages
    
    * Enhance RealtimeClient to support microphone input with PCM16 encoding and improve audio chunk handling with async iteration. Update logging for word information formatting and handle timeouts during audio processing.
    yhayarannvidia authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    9f4dfcd View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

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