feat: show recording input meter

This commit is contained in:
2026-08-10 19:53:55 -04:00
parent 8caa86753b
commit d1f760cd2c
4 changed files with 181 additions and 20 deletions
+3
View File
@@ -43,6 +43,9 @@ export default class NibbleAI extends Plugin {
this.recorder.setDeviceId(deviceId);
this.statusBar = new StatusBar(this);
this.recorder.setInputLevelCallback((level) => {
this.statusBar.updateInputLevel(level);
});
this.proofreader = new Proofreader(this);
this.titleGenerator = new TitleGenerator(this);