You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: wavrw/src/chunk/adtl.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ pub struct Ltxt {
125
125
/// Specifies the cue point name. This value must match one of the names listed in the `cue` chunk's [CuePoint][super::cue::CuePoint] table.
126
126
pubname:u32,
127
127
128
-
/// Specifies the number of samples in the segment of waveform data. ...>sample_length
128
+
/// Specifies the number of samples in the segment of waveform data.
129
129
pubsample_length:u32,
130
130
131
131
/// Specifies the type or purpose of the text. For example, dwPurpose can specify a FOURCC code like `scrp` for script text or `capt` for close-caption text. `rgn ` is commonly used for "region notes"
0 commit comments