File tree Expand file tree Collapse file tree 15 files changed +16
-18
lines changed Expand file tree Collapse file tree 15 files changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ pub(crate) fn assert_valid_number_of_channels(number_of_channels: usize) {
185
185
}
186
186
187
187
/// Assert that the given channel number is valid according the number of channel
188
- /// of an Audio asset (e.g. [`AudioBuffer`](crate::buffer::AudioBuffer) )
188
+ /// of an Audio asset (e.g. [`AudioBuffer`])
189
189
///
190
190
/// # Panics
191
191
///
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ impl Default for AnalyserOptions {
44
44
///
45
45
/// - MDN documentation: <https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode>
46
46
/// - specification: <https://webaudio.github.io/web-audio-api/#AnalyserNode>
47
- /// - see also: [`BaseAudioContext::create_analyser`](crate::context::BaseAudioContext::create_analyser)
47
+ /// - see also: [`BaseAudioContext::create_analyser`]
48
48
///
49
49
/// # Usage
50
50
///
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ enum ControlMessage {
76
76
///
77
77
/// - MDN documentation: <https://developer.mozilla.org/en-US/docs/Web/API/AudioBufferSourceNode>
78
78
/// - specification: <https://webaudio.github.io/web-audio-api/#AudioBufferSourceNode>
79
- /// - see also: [`BaseAudioContext::create_buffer_source`](crate::context::BaseAudioContext::create_buffer_source)
79
+ /// - see also: [`BaseAudioContext::create_buffer_source`]
80
80
///
81
81
/// # Usage
82
82
///
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ impl Default for BiquadFilterOptions {
257
257
///
258
258
/// - MDN documentation: <https://developer.mozilla.org/en-US/docs/Web/API/BiquadFilterNode>
259
259
/// - specification: <https://webaudio.github.io/web-audio-api/#BiquadFilterNode>
260
- /// - see also: [`BaseAudioContext::create_biquad_filter`](crate::context::BaseAudioContext::create_biquad_filter)
260
+ /// - see also: [`BaseAudioContext::create_biquad_filter`]
261
261
///
262
262
/// # Usage
263
263
///
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ enum Schedule {
40
40
///
41
41
/// - MDN documentation: <https://developer.mozilla.org/en-US/docs/Web/API/ConstantSourceNode>
42
42
/// - specification: <https://webaudio.github.io/web-audio-api/#ConstantSourceNode>
43
- /// - see also: [`BaseAudioContext::create_constant_source`](crate::context::BaseAudioContext::create_constant_source)
43
+ /// - see also: [`BaseAudioContext::create_constant_source`]
44
44
///
45
45
/// # Usage
46
46
///
Original file line number Diff line number Diff line change @@ -70,8 +70,7 @@ pub struct ConvolverOptions {
70
70
///
71
71
/// - MDN documentation: <https://developer.mozilla.org/en-US/docs/Web/API/ConvolverNode>
72
72
/// - specification: <https://webaudio.github.io/web-audio-api/#ConvolverNode>
73
- /// - see also:
74
- /// [`BaseAudioContext::create_convolver`](crate::context::BaseAudioContext::create_convolver)
73
+ /// - see also: [`BaseAudioContext::create_convolver`]
75
74
///
76
75
/// The current implementation only handles mono-to-mono convolutions. The provided impulse
77
76
/// response buffer and the input signal will be downmixed appropriately.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ struct PlaybackInfo {
44
44
///
45
45
/// - MDN documentation: <https://developer.mozilla.org/en-US/docs/Web/API/DelayNode>
46
46
/// - specification: <https://webaudio.github.io/web-audio-api/#DelayNode>
47
- /// - see also: [`BaseAudioContext::create_delay`](crate::context::BaseAudioContext::create_delay)
47
+ /// - see also: [`BaseAudioContext::create_delay`]
48
48
///
49
49
/// # Usage
50
50
///
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use super::{
15
15
///
16
16
/// - MDN documentation: <https://developer.mozilla.org/en-US/docs/Web/API/AudioDestinationNode>
17
17
/// - specification: <https://webaudio.github.io/web-audio-api/#AudioDestinationNode>
18
- /// - see also: [`BaseAudioContext::destination`](crate::context::BaseAudioContext::destination)
18
+ /// - see also: [`BaseAudioContext::destination`]
19
19
///
20
20
/// # Usage
21
21
///
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ impl Default for DynamicsCompressorOptions {
66
66
///
67
67
/// - MDN documentation: <https://developer.mozilla.org/en-US/docs/Web/API/DynamicsCompressorNode>
68
68
/// - specification: <https://webaudio.github.io/web-audio-api/#DynamicsCompressorNode>
69
- /// - see also: [`BaseAudioContext::create_dynamics_compressor`](crate::context::BaseAudioContext::create_dynamics_compressor)
69
+ /// - see also: [`BaseAudioContext::create_dynamics_compressor`]
70
70
///
71
71
/// # Usage
72
72
///
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ pub struct IIRFilterOptions {
83
83
///
84
84
/// - MDN documentation: <https://developer.mozilla.org/en-US/docs/Web/API/IIRFilterNode>
85
85
/// - specification: <https://webaudio.github.io/web-audio-api/#IIRFilterNode>
86
- /// - see also: [`BaseAudioContext::create_iir_filter`](crate::context::BaseAudioContext::create_iir_filter)
86
+ /// - see also: [`BaseAudioContext::create_iir_filter`]
87
87
///
88
88
/// # Usage
89
89
///
You can’t perform that action at this time.
0 commit comments