Skip to content

Commit

Permalink
$mol_audio_context null stdout for node
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Dec 29, 2023
1 parent ff2c04a commit 6fa0b7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions audio/context/context.node.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace $ {

type AudioContextNode = {
outStream?: InstanceType<typeof $node.stream.Writable> | null
outStream?: NodeJS.WriteStream | null
format: {
numberOfChannels: number
bitDepth: number
Expand All @@ -18,7 +18,6 @@ namespace $ {
@ $mol_memo.method
static override context() {
const context = this.create_context()
context.outStream = process.stdout

// const Speaker = this.$.$node.speaker
// context.outStream = new Speaker({
Expand Down

0 comments on commit 6fa0b7e

Please sign in to comment.