Skip to content

Commit 972a7f6

Browse files
committed
fixes #163
1 parent f6388cf commit 972a7f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

internal/web/dist/assets/index-B28wqnYP.js renamed to internal/web/dist/assets/index--dBjiqkY.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/web/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Fira+Code:[email protected]&family=Poiret+One&display=swap" rel="stylesheet">
11-
<script type="module" crossorigin src="/assets/index-B28wqnYP.js"></script>
11+
<script type="module" crossorigin src="/assets/index--dBjiqkY.js"></script>
1212
<link rel="stylesheet" crossorigin href="/assets/index-Bg1pAFeu.css">
1313
</head>
1414
<body>

web/frontend/src/components/AudioRecorder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export function AudioRecorder({
101101
const recordPlugin = ws.registerPlugin(
102102
RecordPlugin.create({
103103
renderRecordedAudio: false,
104-
scrollingWaveform: false,
104+
scrollingWaveform: true,
105105
continuousWaveform: true,
106106
continuousWaveformDuration: 30,
107107
}),

0 commit comments

Comments
 (0)