diff --git a/src/stream.rs b/src/stream.rs index 8b31882c..246f0c98 100644 --- a/src/stream.rs +++ b/src/stream.rs @@ -31,10 +31,10 @@ impl OutputStream { #[derive(Copy, Clone, Debug)] struct OutputStreamConfig { - pub channel_count: ChannelCount, - pub sample_rate: SampleRate, - pub buffer_size: BufferSize, - pub sample_format: SampleFormat, + channel_count: ChannelCount, + sample_rate: SampleRate, + buffer_size: BufferSize, + sample_format: SampleFormat, } /// Convenience builder for audio output stream.