mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
refactor: compact
This commit is contained in:
parent
abee6cc2c8
commit
60627ac3e5
43 changed files with 923 additions and 780 deletions
4
.misc/_sequence/audio.rs
Normal file
4
.misc/_sequence/audio.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub struct Sample {
|
||||
samples: Vec<Vec<u64>>,
|
||||
cuepoints: Vec<Vec<Vec<u64>>>,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue