Jump to content

CookbookChapter12: Difference between revisions

From Rivendell Wiki
imported>WaybackImport
Imported via HTML fallback (before-primary)
 
imported>ImportBot
Imported from scrape
 
Line 1: Line 1:
== Play It Again, Sam ==
== Play It Again, Sam ==


This one is easy. MP2 files “Just Work”.
This one is easy. MP2 files “''Just Work''”.


In fact, [[MPEG-1_Audio_Layer_II|MPEG-1 Audio Layer II]] (MP2) is one of the three Rivendell “native” file formats, the others are 16-bit and 24-bit [[Pulse-code_modulation|PCM]] [[WAV]].
In fact, [https://en.wikipedia.org/wiki/MPEG-1_Audio_Layer_II MPEG-1 Audio Layer II] (MP2) is one of the three Rivendell “native” file formats, the others are 16-bit and 24-bit [https://en.wikipedia.org/wiki/Pulse-code_modulation PCM] [https://en.wikipedia.org/wiki/WAV WAV].


In “olden days” decoding MPEG-encoded files was a job some considered too hefty for a PC CPU. So manufacturers created audio cards with codecs in hardware to speed the process. These days (Early Twenty-first Century) with on-board floating point, blazingly fast clock rates, multiple CPUs and threads, and other standard hardware support, it is a simple job to encode and decode audio files in real time.
In “olden days” decoding MPEG-encoded files was a job some considered too hefty for a PC CPU. So manufacturers created audio cards with codecs in hardware to speed the process. These days (Early Twenty-first Century) with on-board floating point, blazingly fast clock rates, multiple CPUs and threads, and other standard hardware support, it is a simple job to encode and decode audio files in real time.
 
Retrieved from "[[CookbookChapter12|http://wiki.rivendellaudio.org/index.php?title=CookbookChapter12&oldid=495]]"
[/index.php/Special:Categories Category]:
* [/index.php/Category:Cookbook Cookbook]


[[Category:Cookbook]]

Latest revision as of 10:18, 9 May 2026

Play It Again, Sam

This one is easy. MP2 files “Just Work”.

In fact, MPEG-1 Audio Layer II (MP2) is one of the three Rivendell “native” file formats, the others are 16-bit and 24-bit PCM WAV.

In “olden days” decoding MPEG-encoded files was a job some considered too hefty for a PC CPU. So manufacturers created audio cards with codecs in hardware to speed the process. These days (Early Twenty-first Century) with on-board floating point, blazingly fast clock rates, multiple CPUs and threads, and other standard hardware support, it is a simple job to encode and decode audio files in real time.