This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code Samples for new v1p1beta1 features (#118)
* MicrophoneStreamTest, and basic .ava tests- * Just cosmetic, removed some notes, added note about Event style for test. * removed .test, cleaned up yaaarghs * Cleaned up test within MicStream.js, .ava tests forthcoming * Pruned down to core streaming function, yaargs rebuilt, .ava upcoming * newest .ava test, just makes sure yaargs loads, comments addressed * Added Readme * BetaFeatures for Test, fixed from yesterday * Updated Readme * Updated Readme, fixed old paths used in testing * Updated Readme again * Updated Yaargs Examples to fit readme * Fixed Diarization bug * Speech Fixes * fixing eslint settings to merge * eslint again * testing lint quick fix * more ESlint shennanigans * cleaned up region tags * Removed audiochannelGCS * Removed Comments, also multiChannel GCS * Removed Comments, GCS MultiChannel * Removed multi Audio Channel * Added mono-channel multi Language file to sample * removed old console.log * fixed todos and filename -> fileName * removed docstrings * removed enableWordTimeOffsets in WordLvlConfidence * rebuild * fixed space * fixed package.lock for node8 circleCI * Attempted fix for circleCI node 8 * attempted mime-types fix * possible mime/CLI fix * Merged Latest package chore stuff, for circleCI * all outstanding comments, except eslint issue * confidence test fix * fixed eslinting in betaFeatures.js * eslint again * Fixed MultiChannel transcribe * multiChannelGCS test * Updated readme * updated readme, scaffolding * readme again
- Loading branch information
1 parent
22246e5
commit 06b3ec7
Showing
18 changed files
with
743 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "Launch Program", | ||
"program": "${workspaceFolder}/samples/betaFeatures.js" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.