Formatos de audio sin pérdida / Lossless audio formats

Formatos de audio sin pérdida
Lossless audio formats
  • Existen distintos tipos de formatos para compresión de audio, en esta ocasión hablaremos un poco sobre los con compresión y sin perdida
  • There are different types of formats for audio compression, this time we will talk a little about those with compression and no loss
Existen distintos tipos de formatos (García Gago, 2014) para compresión de audio, en esta ocasión hablaremos un poco sobre los con compresión y sin perdida, los principales son Flac, Atrac, Ape y Aiff, estos no se deben confundir con el audio sin compresión donde los principales son Wav y Cda.

Los codec son necesarios para cada uno de los formatos, los mas comunes son DTS, RealAudio Lossless, MPEG-4, APE, WMA Lossless y Flac.

Los formatos mas antiguos usan la estructura de los archivos de intercambio de recursos (como ejemplo la estructura AIFF), en cambio los formatos actuales usan la estructura de los algoritmos de compresión (como ejemplo zip), ahora un ejemplo de estructura (Borg, s.f.) :

#define CommonID 'COMM'
typedef struct {
  ID             chunkID;
  long           chunkSize;

  short          numChannels;
  unsigned long  numSampleFrames;
  short          sampleSize;
  extended       sampleRate;
} CommonChunk;

Metadatos

Pueden ser administrativos, técnicos, descriptivos, estructurales.
Como ejemplo las Etiquetas ID3 (Wikipedia, 2014)

XML

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE Edit_Mensaje SYSTEM "Edit_Mensaje.dtd">

<Edit_Mensaje>
     <Mensaje>
          <Remitente>
               <Nombre>Nombre del remitente</Nombre>
               <Mail> Correo del remitente </Mail>
          </Remitente>
          <Destinatario>
               <Nombre>Nombre del destinatario</Nombre>
               <Mail>Correo del destinatario</Mail>
          </Destinatario>
<Texto>
               <Asunto>
                    Este es mi documento con una estructura muy sencilla
                    no contiene atributos ni entidades...
               </Asunto>
               <Parrafo>
                    Este es mi documento con una estructura muy sencilla
                    no contiene atributos ni entidades...
               </Parrafo>
          </Texto>
     </Mensaje>
</Edit_Mensaje>

 
There are different types of formats (García Gago, 2014) for audio compression, this time we will talk a little about those with compression and no loss, the main ones are Flac, Atrac, Ape and Aiff, these should not be confused with uncompressed audio where the main ones are Wav and Cda.



The codec are necessary for each of the formats, the most common are DTS, RealAudio Lossless, MPEG-4, APE, WMA Lossless and Flac.

The oldest formats use the structure of the resource exchange files (as an example the AIFF structure), instead the current formats use the structure of the compression algorithms (like zip example), now an example of structure (Borg, n.d.):


#define CommonID 'COMM'
typedef struct {
  ID             chunkID;
  long           chunkSize;

  short          numChannels;
  unsigned long  numSampleFrames;
  short          sampleSize;
  extended       sampleRate;
} CommonChunk;

Metadata

They can be administrative, technical, descriptive, structural.

As an example the ID3 Tags
(Wikipedia, 2014).


XML

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE Edit_Mensaje SYSTEM "Edit_Mensaje.dtd">

<Edit_Mesage>
      <Message>
           <Sender>
                <Name> Name of the sender </ Name>
                <Mail> Sender's Mail </ Mail>
           </ Sender>
           <Recipient>
                <Name> Recipient's name </ Name>
                <Mail> Recipient's email </ Mail>
           </ Recipient>
<Text>
                <Subject>
                     This is my document with a very simple structure
                     it does not contain attributes or entities ...
                </ Subject>
                <Parrafo>
                     This is my document with a very simple structure
                     it does not contain attributes or entities ...
                </ Pararafo>
           </ Text>
      </ Message>
</ Edit_Message>



Referencias / References:

Borg. (s.f.). Audio Interchange File Format. Recuperado de http://www.borg.com/~jglatt/tech/aiff.htm

García Gago, S. (2014). "¿Cuáles son los formatos de audio digital?". En Radios Libres. Recuperado de https://radioslibres.net/32-cuales-son-los-formatos-de-audio-digital/

Wikipedia. (2014). Extensible Markup Language. Recuperado de https://es.wikipedia.org/wiki/Extensible_Markup_Language

Cómo citar este artículo:

Nocetti, F.A. (2014). "Formatos de audio sin pérdida". En NabbuBlog. Recuperado de http://nabbublog.blogspot.com/2014/11/formatos-de-audio-sin-perdida.html

How to cite this article:

Nocetti, F.A. (2014). "Lossless audio formats". In NabbuBlog. Retrieved from http://nabbublog.blogspot.com/2014/11/formatos-de-audio-sin-perdida.html
 

Seguidores

Random Post

Ads

loading...