This website requires JavaScript.
Explore
Help
Sign In
exceed
/
dc-recorder
Watch
1
Star
0
Fork
0
You've already forked dc-recorder
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bac42b1d5332f99c5dfb589d82f02a9ae5c05aed
dc-recorder
/
bun.lockb
281 lines
160 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
init
2026-05-12 19:38:23 +07:00
#!/usr/bin/env bun
bun-lockfile-format-v0
feat: implement Tone.js for professional audio transmit and listen - Replace AudioWorkletNode with Tone.UserMedia for microphone capture - Use Tone.Analyser for waveform analysis and Tone.Meter for level detection - Implement proper stereo audio capture with real-time PCM transmission - Use Tone.context for audio playback with proper buffer handling - Add Tone.js CDN to HTML template - Convert dashboard.js to ES module for Tone.js import - Improve audio quality and reliability with battle-tested library
2026-05-13 22:46:24 +07:00