Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 7d2e195

Browse files
committed
chore: release 3.1.0-beta.2
1 parent b646155 commit 7d2e195

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const graphQLFetcher = (graphQLParams) =>
104104

105105
**Returns:** (`req`: Request, `res`: Response) => _void_
106106

107-
Defined in: [server/expressMiddleware.ts:37](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/server/expressMiddleware.ts#L37)
107+
Defined in: [server/expressMiddleware.ts:37](https://github.com/spokestack/node-spokestack/blob/b646155/src/server/expressMiddleware.ts#L37)
108108

109109
### asrSocketServer
110110

@@ -134,7 +134,7 @@ server.listen(port, () => {
134134

135135
**Returns:** _void_
136136

137-
Defined in: [server/socketServer.ts:23](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/server/socketServer.ts#L23)
137+
Defined in: [server/socketServer.ts:23](https://github.com/spokestack/node-spokestack/blob/b646155/src/server/socketServer.ts#L23)
138138

139139
### asr
140140

@@ -185,7 +185,7 @@ expressApp.post('/asr', fileUpload(), (req, res) => {
185185

186186
**Returns:** _Promise_<string \| _null_\>
187187

188-
Defined in: [server/asr.ts:43](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/server/asr.ts#L43)
188+
Defined in: [server/asr.ts:43](https://github.com/spokestack/node-spokestack/blob/b646155/src/server/asr.ts#L43)
189189

190190
### googleASRSocketServer
191191

@@ -214,7 +214,7 @@ server.listen(port, () => {
214214

215215
**Returns:** _void_
216216

217-
Defined in: [server/socketServer.ts:108](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/server/socketServer.ts#L108)
217+
Defined in: [server/socketServer.ts:108](https://github.com/spokestack/node-spokestack/blob/b646155/src/server/socketServer.ts#L108)
218218

219219
### googleASR
220220

@@ -265,7 +265,7 @@ expressApp.post('/asr', fileUpload(), (req, res) => {
265265

266266
**Returns:** _Promise_<string \| _null_\>
267267

268-
Defined in: [server/asr.ts:104](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/server/asr.ts#L104)
268+
Defined in: [server/asr.ts:104](https://github.com/spokestack/node-spokestack/blob/b646155/src/server/asr.ts#L104)
269269

270270
### encryptSecret
271271

@@ -288,7 +288,7 @@ for example usage.
288288

289289
**Returns:** _string_
290290

291-
Defined in: [server/encryptSecret.ts:13](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/server/encryptSecret.ts#L13)
291+
Defined in: [server/encryptSecret.ts:13](https://github.com/spokestack/node-spokestack/blob/b646155/src/server/encryptSecret.ts#L13)
292292

293293
---
294294

@@ -372,7 +372,7 @@ fetch('/asr', {
372372

373373
**Returns:** _Promise_<AudioBuffer\>
374374

375-
Defined in: [client/record.ts:84](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/record.ts#L84)
375+
Defined in: [client/record.ts:84](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/record.ts#L84)
376376

377377
#### [RecordConfig](#RecordConfig)
378378

@@ -390,7 +390,7 @@ A callback function to be called each second of recording.
390390

391391
**Returns:** _void_
392392

393-
Defined in: [client/record.ts:16](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/record.ts#L16)
393+
Defined in: [client/record.ts:16](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/record.ts#L16)
394394

395395
##### onStart
396396

@@ -400,15 +400,15 @@ A callback function to be called when recording starts
400400

401401
**Returns:** _void_
402402

403-
Defined in: [client/record.ts:14](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/record.ts#L14)
403+
Defined in: [client/record.ts:14](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/record.ts#L14)
404404

405405
##### time
406406

407407
`Optional` **time**: _number_
408408

409409
The total time to record. Default: 3
410410

411-
Defined in: [client/record.ts:12](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/record.ts#L12)
411+
Defined in: [client/record.ts:12](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/record.ts#L12)
412412

413413
### startStream
414414

@@ -441,7 +441,7 @@ try {
441441

442442
**Returns:** _Promise_<WebSocket, [*ProcessorReturnValue*]\>
443443

444-
Defined in: [client/recordStream.ts:43](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/recordStream.ts#L43)
444+
Defined in: [client/recordStream.ts:43](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/recordStream.ts#L43)
445445

446446
### stopStream
447447

@@ -456,7 +456,7 @@ stopStream()
456456

457457
**Returns:** _void_
458458

459-
Defined in: [client/recordStream.ts:96](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/recordStream.ts#L96)
459+
Defined in: [client/recordStream.ts:96](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/recordStream.ts#L96)
460460

461461
### convertFloat32ToInt16
462462

@@ -481,7 +481,7 @@ const file = new File([convertFloat32ToInt16(buffer.getChannelData(0))], 'record
481481

482482
**Returns:** _Int16Array_
483483

484-
Defined in: [client/convertFloat32ToInt16.ts:16](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/convertFloat32ToInt16.ts#L16)
484+
Defined in: [client/convertFloat32ToInt16.ts:16](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/convertFloat32ToInt16.ts#L16)
485485

486486
### startPipeline
487487

@@ -546,7 +546,7 @@ try {
546546

547547
**Returns:** _Promise_<SpeechPipeline\>
548548

549-
Defined in: [client/pipeline.ts:165](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/pipeline.ts#L165)
549+
Defined in: [client/pipeline.ts:165](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/pipeline.ts#L165)
550550

551551
### stopPipeline
552552

@@ -561,7 +561,7 @@ stopPipeline()
561561

562562
**Returns:** _void_
563563

564-
Defined in: [client/pipeline.ts:199](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/pipeline.ts#L199)
564+
Defined in: [client/pipeline.ts:199](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/pipeline.ts#L199)
565565

566566
### countdown
567567

@@ -580,7 +580,7 @@ This is used by record() to record a certain number of seconds.
580580

581581
**Returns:** _void_
582582

583-
Defined in: [client/countdown.ts:8](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/countdown.ts#L8)
583+
Defined in: [client/countdown.ts:8](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/countdown.ts#L8)
584584

585585
---
586586

@@ -603,21 +603,21 @@ We'll switch to AudioWorklet when it does.
603603

604604
**Returns:** _Promise_<Error] \| [_null_, [*ProcessorReturnValue*]\>
605605

606-
Defined in: [client/processor.ts:22](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/processor.ts#L22)
606+
Defined in: [client/processor.ts:22](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/processor.ts#L22)
607607

608608
#### ProcessorReturnValue
609609

610610
##### context
611611

612612
**context**: AudioContext
613613

614-
Defined in: [client/processor.ts:8](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/processor.ts#L8)
614+
Defined in: [client/processor.ts:8](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/processor.ts#L8)
615615

616616
##### processor
617617

618618
**processor**: ScriptProcessorNode
619619

620-
Defined in: [client/processor.ts:9](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/processor.ts#L9)
620+
Defined in: [client/processor.ts:9](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/processor.ts#L9)
621621

622622
### stopProcessor
623623

@@ -628,7 +628,7 @@ if it exists and disconnect the microphone.
628628

629629
**Returns:** _void_
630630

631-
Defined in: [client/processor.ts:50](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/processor.ts#L50)
631+
Defined in: [client/processor.ts:50](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/processor.ts#L50)
632632

633633
### concatenateAudioBuffers
634634

@@ -646,4 +646,4 @@ A utility method to concatenate two AudioBuffers
646646

647647
**Returns:** _null_ \| AudioBuffer
648648

649-
Defined in: [client/concatenateAudioBuffers.ts:4](https://github.com/spokestack/node-spokestack/blob/63b2a9c/src/client/concatenateAudioBuffers.ts#L4)
649+
Defined in: [client/concatenateAudioBuffers.ts:4](https://github.com/spokestack/node-spokestack/blob/b646155/src/client/concatenateAudioBuffers.ts#L4)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spokestack",
3-
"version": "3.1.0-beta.1",
3+
"version": "3.1.0-beta.2",
44
"description": "Tools for integration with the Spokestack API in Node.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)