feat: added audio recording feature

This commit is contained in:
Xiaohan-Tian
2026-05-09 15:57:46 -07:00
parent aa6ffd32dd
commit 490cd19f68
24 changed files with 1540 additions and 38 deletions
+5
View File
@@ -97,6 +97,11 @@
border-color: rgba(255, 255, 255, 0.7);
}
.track-region[data-preview-region='true'] {
opacity: 0.55;
pointer-events: none;
}
.track-region.audio-region .region-header {
background-color: #4a8b5a;
}