Skip to content

Commit

Permalink
web make OrcaStream type available
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed May 9, 2024
1 parent fcae359 commit 190890c
Show file tree
Hide file tree
Showing 4 changed files with 435 additions and 382 deletions.
6 changes: 4 additions & 2 deletions binding/web/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Orca } from './orca';
import { OrcaWorker } from './orca_worker';
import { Orca, OrcaStream } from './orca';
import { OrcaWorker, OrcaStreamWorker } from './orca_worker';

import {
OrcaModel,
Expand Down Expand Up @@ -30,13 +30,15 @@ OrcaWorker.setWasmSimd(orcaWasmSimd);

export {
Orca,
OrcaStream,
OrcaErrors,
OrcaModel,
OrcaSynthesizeParams,
OrcaPhoneme,
OrcaAlignment,
OrcaSynthesizeResult,
OrcaWorker,
OrcaStreamWorker,
OrcaWorkerInitRequest,
OrcaWorkerSynthesizeRequest,
OrcaWorkerReleaseRequest,
Expand Down
Loading

0 comments on commit 190890c

Please sign in to comment.