Logo
Explore Help
Register Sign In
valknar/audio-ui
1
0
Fork 0
You've already forked audio-ui
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
6577d9f27b2e03bf5ac18515f0aed5db0eb9d9c0
audio-ui/types/lamejs.d.ts

8 lines
222 B
TypeScript
Raw Normal View History

feat: add MP3 and FLAC export formats Implemented Phase 11.1 export format support: - Added MP3 export using lamejs library - Added FLAC export using fflate DEFLATE compression - Updated ExportDialog with format selector and format-specific options - MP3: bitrate selector (128/192/256/320 kbps) - FLAC: compression quality slider (0-9) - WAV: bit depth selector (16/24/32-bit) - Updated AudioEditor to route export based on selected format - Created TypeScript declarations for lamejs - Fixed AudioStatistics to use audioBuffer instead of buffer property 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 02:14:32 +01:00
declare module 'lamejs' {
export class Mp3Encoder {
constructor(channels: number, sampleRate: number, bitrate: number);
encodeBuffer(left: Int16Array, right: Int16Array): Int8Array;
flush(): Int8Array;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 18ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API