File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2
2
//
3
3
// SPDX-License-Identifier: Apache-2.0
4
4
import { FfiClient } from './ffi_client.js' ;
5
- import type {
6
- LoadAudioFilterPluginResponse } from './proto/audio_frame_pb.js' ;
7
- import {
8
- LoadAudioFilterPluginRequest
9
- } from './proto/audio_frame_pb.js' ;
5
+ import type { LoadAudioFilterPluginResponse } from './proto/audio_frame_pb.js' ;
6
+ import { LoadAudioFilterPluginRequest } from './proto/audio_frame_pb.js' ;
10
7
11
8
export class AudioFilter {
12
9
constructor ( moduleId : string , path : string , dependencies : string [ ] = [ ] ) {
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ class AudioStreamSource implements UnderlyingSource<AudioFrame> {
102
102
}
103
103
104
104
export class AudioStream extends ReadableStream < AudioFrame > {
105
-
106
105
constructor ( track : Track ) ;
107
106
constructor ( track : Track , sampleRate : number ) ;
108
107
constructor ( track : Track , sampleRate : number , numChannels : number ) ;
You can’t perform that action at this time.
0 commit comments