-
Notifications
You must be signed in to change notification settings - Fork 598
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
34652a3
commit 6af838f
Showing
7 changed files
with
100 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,22 +6,34 @@ | |
Ace Nassri <[email protected]> | ||
Alexander Fenster <[email protected]> | ||
Ali Ijaz Sheikh <[email protected]> | ||
Chris Frater <[email protected]> | ||
Chris Frater <[email protected]> | ||
Chris Frater <[email protected]> | ||
Christopher Wilcox <[email protected]> | ||
Christopher Wilcox <[email protected]> | ||
DPE bot <[email protected]> | ||
Dan Aharon <[email protected]> | ||
Daniel Ruf <[email protected]> | ||
Daryush Laqab <[email protected]> | ||
Dave Gramlich <[email protected]> | ||
Eric Uldall <[email protected]> | ||
Ernest Landrito <[email protected]> | ||
Gus Class <[email protected]> | ||
Jason Dobry <[email protected]> | ||
Jerjou <[email protected]> | ||
Jonathan Lui <[email protected]> | ||
Jun Mukai <[email protected]> | ||
Justin Beckwith <[email protected]> | ||
Luke Sneeringer <[email protected]> | ||
Philippe Sultan <[email protected]> | ||
Pierre Fritsch <[email protected]> | ||
Puneith Kaul <[email protected]> | ||
Rebecca Taylor <[email protected]> | ||
Shahin <[email protected]> | ||
Song Wang <[email protected]> | ||
Stephen Sawchuk <[email protected]> | ||
Tim Swast <[email protected]> | ||
cfrater <[email protected]> | ||
greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com> | ||
renovate[bot] <renovate[bot]@users.noreply.github.com> | ||
wanacode <[email protected]> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,24 +32,36 @@ | |
"Ace Nassri <[email protected]>", | ||
"Alexander Fenster <[email protected]>", | ||
"Ali Ijaz Sheikh <[email protected]>", | ||
"Chris Frater <[email protected]>", | ||
"Chris Frater <[email protected]>", | ||
"Chris Frater <[email protected]>", | ||
"Christopher Wilcox <[email protected]>", | ||
"Christopher Wilcox <[email protected]>", | ||
"DPE bot <[email protected]>", | ||
"Dan Aharon <[email protected]>", | ||
"Daniel Ruf <[email protected]>", | ||
"Daryush Laqab <[email protected]>", | ||
"Dave Gramlich <[email protected]>", | ||
"Eric Uldall <[email protected]>", | ||
"Ernest Landrito <[email protected]>", | ||
"Gus Class <[email protected]>", | ||
"Jason Dobry <[email protected]>", | ||
"Jerjou <[email protected]>", | ||
"Jonathan Lui <[email protected]>", | ||
"Jun Mukai <[email protected]>", | ||
"Justin Beckwith <[email protected]>", | ||
"Luke Sneeringer <[email protected]>", | ||
"Philippe Sultan <[email protected]>", | ||
"Pierre Fritsch <[email protected]>", | ||
"Puneith Kaul <[email protected]>", | ||
"Rebecca Taylor <[email protected]>", | ||
"Shahin <[email protected]>", | ||
"Song Wang <[email protected]>", | ||
"Stephen Sawchuk <[email protected]>", | ||
"Tim Swast <[email protected]>", | ||
"cfrater <[email protected]>", | ||
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>", | ||
"renovate[bot] <renovate[bot]@users.noreply.github.com>", | ||
"wanacode <[email protected]>" | ||
], | ||
"scripts": { | ||
|
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.