Skip to content

Commit 2e813aa

Browse files
committed
fix: skip option on WASM
1 parent ec5928d commit 2e813aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ pub struct StreamConfig {
403403
pub channels: ChannelCount,
404404
pub sample_rate: SampleRate,
405405
pub buffer_size: BufferSize,
406+
#[cfg_attr(all(target_arch = "wasm32", feature = "wasm-bindgen"), wasm_bindgen(skip))]
406407
pub audio_processing: AudioProcessing,
407408
}
408409

0 commit comments

Comments
 (0)