Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.
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: googleapis/python-speech
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: nitsanshai/python-speech
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 31 files changed
  • 10 contributors

Commits on Oct 10, 2022

  1. Add snippets for VAD timeout and events

    AJ Morozoff committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    8b3e0e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    922b68b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Add audio padded file.

    ajmorozoff authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    8386c55 View commit details
    Browse the repository at this point in the history
  2. Parse args in main

    ajmorozoff authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    08fb11a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66a1f6e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Merge pull request #1 from ajmorozoff/transcribe-vad

    Add snippets for VAD timeout and events
    nitsanshai authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    969b33f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    563d79f View commit details
    Browse the repository at this point in the history
  3. fix: remove SpeechHelpers from STT V2 client library (#452)

    * fix: remove SpeechHelpers from STT V2 client library
    
    * chore: update post processing script
    
    * chore: clean up post processing script
    
    Co-authored-by: Nitsan Shai <[email protected]>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    9b67e52 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 2.16.1 (#453)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Nitsan Shai committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    e0735fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    204fdbd View commit details
    Browse the repository at this point in the history
  6. chore: Update .repo-metadata.json (#455)

    This library contains some handwritten code.  This PR updates the metadata file to reflect that.
    
    https://github.com/googleapis/python-speech/blob/main/google/cloud/speech_v1/helpers.py
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    2 people authored and Nitsan Shai committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    f4120ec View commit details
    Browse the repository at this point in the history
  7. docs(samples): add create_recognizer code sample (#450)

    Co-authored-by: Nitsan Shai <[email protected]>
    Co-authored-by: nicain <[email protected]>
    3 people committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    647a4d4 View commit details
    Browse the repository at this point in the history
  8. docs(samples): add quickstart code sample for STT V2 (#451)

    Co-authored-by: Nitsan Shai <[email protected]>
    Co-authored-by: nicain <[email protected]>
    3 people committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    23bddc8 View commit details
    Browse the repository at this point in the history
  9. fix(deps): allow protobuf 3.19.5 (#456)

    * fix(deps): allow protobuf 3.19.5
    
    * explicitly exclude protobuf 4.21.0
    
    Co-authored-by: Victor Chudnovsky <[email protected]>
    2 people authored and Nitsan Shai committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    3ee86cd View commit details
    Browse the repository at this point in the history
  10. chore(main): release 2.16.2 (#457)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Nitsan Shai committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    f194c5e View commit details
    Browse the repository at this point in the history
  11. samples: Code samples for Speech-to-Text V2 (#460)

    Co-authored-by: Nitsan Shai <[email protected]>
    nitsanshai and Nitsan Shai committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    3fc100a View commit details
    Browse the repository at this point in the history
Loading