Skip to content

Commit

Permalink
fix(index): export AudioResampler (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp authored Oct 4, 2024
1 parent d480f02 commit 1b85cec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changeset/thirty-deers-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
"@livekit/rtc-node": patch
---
export AudioResampler
1 change: 1 addition & 0 deletions packages/livekit-rtc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export {
export { VideoFrame } from './video_frame.js';
export { AudioFrame } from './audio_frame.js';
export { AudioStream } from './audio_stream.js';
export { AudioResampler, AudioResamplerQuality } from './audio_resampler.js';
export { VideoStream, VideoFrameEvent } from './video_stream.js';
export { AudioSource } from './audio_source.js';
export { VideoSource } from './video_source.js';
Expand Down

0 comments on commit 1b85cec

Please sign in to comment.