comparison liba52/test.c @ 25479:98658dfa6a9d

cosmetics: grammar/spelling
author diego
date Sat, 22 Dec 2007 18:35:09 +0000
parents 531116b7693d
children 853622d14aa4
comparison
equal deleted inserted replaced
25478:2ec53ef6bda0 25479:98658dfa6a9d
1
2 // liba52 sample by A'rpi/ESP-team 1 // liba52 sample by A'rpi/ESP-team
3 // reads ac3 stream form stdin, decodes and downmix to s16 stereo pcm and 2 // Reads an AC-3 stream from stdin, decodes and downmixes to s16 stereo PCM
4 // writes it to stdout. resulting stream playbackable with sox: 3 // and writes it to stdout. The resulting stream is playable with sox:
5 // play -c 2 -r 48000 out.sw 4 // play -c 2 -r 48000 out.sw
6 5
7 //#define TIMING //needs Pentium or newer 6 //#define TIMING //needs Pentium or newer
8 7
9 #include <stdio.h> 8 #include <stdio.h>