Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Conversation

@shannah
Copy link

@shannah shannah commented Jun 26, 2018

…Controller.prepareWithSampleRate: more than once.

Before applying this patch, you'll find that speech recognition is unreliable if you stop and restart the AudioController. This is because it keeps creating a new AudioComponent without disposing the previous one.

…Controller.prepareWithSampleRate: more than once.
@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

santhoshvaddi added a commit to santhoshvaddi/ios-docs-samples that referenced this pull request Apr 19, 2019
timburks pushed a commit that referenced this pull request Apr 30, 2019
* Initial setup for speech to speech translatin.

* Implementation of Speech-to-Speech Translation.

* Authentication using service account.

* Authentication using firebase functions.

* Update README.md

* Changes

* Add missing file `TokenService.swift`.

* Code cleanup and some minor changes for better user experience..

* Change for PR: #83

* Error handling when APIs are disabled and removed intermediate SpeechToSpeech folder.

* Add missing google protos folder.

* 1. use full language names + codes ("English US (en-US)")
2. Sort languages alphabetically
3. Rename - Synth name - TTS Tech
4. Wavenet default, when it's not available choose Standard
5. Default for voice name - "default" in Grey and it will be empty (chosen by the API automatically)

* Update README.md

* Minor fix.
timburks pushed a commit that referenced this pull request Jun 15, 2019
…brary (#115)

* Initial setup for speech to speech translatin.

* Implementation of Speech-to-Speech Translation.

* Authentication using service account.

* Authentication using firebase functions.

* Update README.md

* Changes

* Add missing file `TokenService.swift`.

* Code cleanup and some minor changes for better user experience..

* Change for PR: #83

* Error handling when APIs are disabled and removed intermediate SpeechToSpeech folder.

* Add missing google protos folder.

* 1. use full language names + codes ("English US (en-US)")
2. Sort languages alphabetically
3. Rename - Synth name - TTS Tech
4. Wavenet default, when it's not available choose Standard
5. Default for voice name - "default" in Grey and it will be empty (chosen by the API automatically)

* Update README.md

* Minor fix.

* 1. Removed TokenService file
2. Retrieving Token from FirebaseTokenService of authLibrary.

* Revert translateParent

* Remove TokenService

* Updated service classes with FirebaseFunctionTokenProvider.
timburks pushed a commit that referenced this pull request Jun 24, 2019
…hLibrary (#116)

* Initial setup for speech to speech translatin.

* Implementation of Speech-to-Speech Translation.

* Authentication using service account.

* Authentication using firebase functions.

* Update README.md

* Changes

* Add missing file `TokenService.swift`.

* Code cleanup and some minor changes for better user experience..

* Change for PR: #83

* Error handling when APIs are disabled and removed intermediate SpeechToSpeech folder.

* Add missing google protos folder.

* 1. use full language names + codes ("English US (en-US)")
2. Sort languages alphabetically
3. Rename - Synth name - TTS Tech
4. Wavenet default, when it's not available choose Standard
5. Default for voice name - "default" in Grey and it will be empty (chosen by the API automatically)

* Update README.md

* Minor fix.

* 1. Removed TokenService file
2. Retrieving Token from FirebaseTokenService of authLibrary.

* Revert translateParent

* Remove TokenService

* Updated service classes with FirebaseFunctionTokenProvider.

* Updated pod file with google-auth-library-swift

* 1. Updated Pod file and Removed Tokenreceiver file.
2. Updated StopwatchService files with FirebaseTokenService of authLibrary.

* crash fix.
timburks pushed a commit that referenced this pull request Jul 16, 2019
* Initial setup for speech to speech translatin.

* Implementation of Speech-to-Speech Translation.

* Authentication using service account.

* Authentication using firebase functions.

* Update README.md

* Changes

* Add missing file `TokenService.swift`.

* Code cleanup and some minor changes for better user experience..

* Change for PR: #83

* Error handling when APIs are disabled and removed intermediate SpeechToSpeech folder.

* Add missing google protos folder.

* 1. use full language names + codes ("English US (en-US)")
2. Sort languages alphabetically
3. Rename - Synth name - TTS Tech
4. Wavenet default, when it's not available choose Standard
5. Default for voice name - "default" in Grey and it will be empty (chosen by the API automatically)

* Update README.md

* Minor fix.

* 1. Removed TokenService file
2. Retrieving Token from FirebaseTokenService of authLibrary.

* Revert translateParent

* Remove TokenService

* Updated service classes with FirebaseFunctionTokenProvider.

* Updated pod file with google-auth-library-swift

* 1. Updated Pod file and Removed Tokenreceiver file.
2. Updated StopwatchService files with FirebaseTokenService of authLibrary.

* Initial implementation of FCM

* crash fix.

* Updated the files with FCM functionality.

* Integrated FCM into Speech to Speech Sample.

* #Removed FCMTokenProvider file from the project
#Implemented Token Call from FCMTokenProvider of AuthLibrary.
#Code Refactoring and Enhancement.

* Update pod file.

* Update README.md
timburks pushed a commit that referenced this pull request Jul 23, 2019
* Initial setup for speech to speech translatin.

* Implementation of Speech-to-Speech Translation.

* Authentication using service account.

* Authentication using firebase functions.

* Update README.md

* Changes

* Add missing file `TokenService.swift`.

* Code cleanup and some minor changes for better user experience..

* Change for PR: #83

* Error handling when APIs are disabled and removed intermediate SpeechToSpeech folder.

* Add missing google protos folder.

* 1. use full language names + codes ("English US (en-US)")
2. Sort languages alphabetically
3. Rename - Synth name - TTS Tech
4. Wavenet default, when it's not available choose Standard
5. Default for voice name - "default" in Grey and it will be empty (chosen by the API automatically)

* Update README.md

* Minor fix.

* 1. Removed TokenService file
2. Retrieving Token from FirebaseTokenService of authLibrary.

* Revert translateParent

* Remove TokenService

* Updated service classes with FirebaseFunctionTokenProvider.

* Updated pod file with google-auth-library-swift

* 1. Updated Pod file and Removed Tokenreceiver file.
2. Updated StopwatchService files with FirebaseTokenService of authLibrary.

* Initial implementation of FCM

* crash fix.

* Updated the files with FCM functionality.

* Integrated FCM into Speech to Speech Sample.

* #Removed FCMTokenProvider file from the project
#Implemented Token Call from FCMTokenProvider of AuthLibrary.
#Code Refactoring and Enhancement.

* Update pod file.

* Update README.md

* Update README
timburks pushed a commit that referenced this pull request Aug 16, 2019
…eader` role. (#122)

* Initial setup for speech to speech translatin.

* Implementation of Speech-to-Speech Translation.

* Authentication using service account.

* Authentication using firebase functions.

* Update README.md

* Changes

* Add missing file `TokenService.swift`.

* Code cleanup and some minor changes for better user experience..

* Change for PR: #83

* Error handling when APIs are disabled and removed intermediate SpeechToSpeech folder.

* Add missing google protos folder.

* 1. use full language names + codes ("English US (en-US)")
2. Sort languages alphabetically
3. Rename - Synth name - TTS Tech
4. Wavenet default, when it's not available choose Standard
5. Default for voice name - "default" in Grey and it will be empty (chosen by the API automatically)

* Update README.md

* Minor fix.

* 1. Removed TokenService file
2. Retrieving Token from FirebaseTokenService of authLibrary.

* Revert translateParent

* Remove TokenService

* Updated service classes with FirebaseFunctionTokenProvider.

* Updated pod file with google-auth-library-swift

* 1. Updated Pod file and Removed Tokenreceiver file.
2. Updated StopwatchService files with FirebaseTokenService of authLibrary.

* Initial implementation of FCM

* crash fix.

* Updated the files with FCM functionality.

* Integrated FCM into Speech to Speech Sample.

* #Removed FCMTokenProvider file from the project
#Implemented Token Call from FCMTokenProvider of AuthLibrary.
#Code Refactoring and Enhancement.

* Update pod file.

* Update README.md

* Update README

* - Update README with `Dailogflow API Reader` role.
- Fixed knowledge connector issue.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants