Skip to content

Commit

Permalink
using class from main audio2text sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrek6641 committed Jun 14, 2023
1 parent 145ab6c commit 955b0c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
2 changes: 1 addition & 1 deletion typescript/audio2text-input/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ReadableApp } from "@scramjet/types";
import { Assembly } from "./utils/assembly";
import { Assembly } from "../../audio2text/src/utils/assembly";
import { Readable } from "stream";

const app: ReadableApp<any> = async function(input: Readable, apiKey: string) {
Expand Down
65 changes: 0 additions & 65 deletions typescript/audio2text-input/src/utils/assembly.ts

This file was deleted.

0 comments on commit 955b0c7

Please sign in to comment.