feat: enable HTML5 Audio and Web Audio API synthesizer for audio journal cards

This commit is contained in:
mstfyldz
2026-08-16 17:49:43 +03:00
parent b23ea43392
commit 89f9605557
4 changed files with 95 additions and 4 deletions
+1
View File
@@ -34,5 +34,6 @@ export interface JournalPost {
codeLanguage?: string;
audioDuration?: string;
audioTitle?: string;
audioUrl?: string;
stampedText?: string;
}