feat: use sexier audio waveform (#265)

* use sexier audio waveform

* format
This commit was merged in pull request #265.
This commit is contained in:
Arjun Patel
2026-06-11 10:07:25 -07:00
committed by GitHub
parent cf94003b3f
commit 849d41fa06
7 changed files with 242 additions and 176 deletions
@@ -1,5 +1,5 @@
import { useCallback, useEffect, useRef } from 'react';
import type { RecordingMode } from '@/hooks/use-recording-mode';
import type { RecordingMode } from '@/stores/media-settings-store';
const VIDEO_PREFERRED_MIME = 'video/webm;codecs=vp9,opus';
const VIDEO_FALLBACK_MIME = 'video/webm';