FLAC (Free Lossless Audio Codec)
FLAC은 원본 품질을 유지하면서 파일 크기를 50-70% 줄이는 무손실 오디오 코덱입니다. 음악 아카이브와 하이파이 청취에 사용됩니다.
MIME 타입
text/html
유형
텍스트
압축
무손실
장점
- + Universal support in every web browser and email client
- + Semantic elements improve accessibility and SEO
- + Extensible with CSS for styling and JavaScript for interactivity
- + Human-readable source that is easy to inspect and debug
단점
- − Verbose syntax compared to Markdown for simple content
- − Rendering inconsistencies between browsers require testing
- − Static HTML alone has limited interactivity without JavaScript
.HTML 사용 시점
FLAC은 무손실 음악 보관에 사용하세요. 스트리밍에는 Opus나 AAC를 사용하세요.
기술 세부사항
FLAC은 선형 예측과 Rice 코딩을 사용합니다. 24비트/192kHz, 8채널, MD5 체크섬을 지원합니다.
역사
Josh Coalson이 2001년 무료 오픈 소스 무손실 오디오 코덱으로 FLAC을 출시했습니다.
.HTML에서 변환
.HTML로 변환
관련 포맷
관련 용어
Learn More
CSS Units Explained: px, em, rem, vh, and When to Use Each
CSS offers over a dozen length units, each suited to different situations. Understanding the differences between absolute and relative units …
JSON vs YAML vs TOML: Choosing a Configuration Format
Configuration files are the backbone of modern applications. JSON, YAML, and TOML each offer different trade-offs between readability, complexity, and …
Meta Tags for SEO: Title, Description, and Open Graph
Meta tags control how your pages appear in search results and social media shares. This guide covers the essential meta …
Text Encoding Explained: UTF-8, ASCII, and Beyond
Text encoding determines how characters are stored as bytes. Understanding UTF-8, ASCII, and other encodings prevents garbled text, mojibake, and …
Flexbox vs CSS Grid: A Practical Comparison
Flexbox and CSS Grid are complementary layout systems, not competitors. This guide clarifies when to reach for each one and …
How to Format and Validate JSON Data
Malformed JSON causes silent failures in APIs and configuration files. Learn how to format, validate, and debug JSON documents to …