mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-21 07:00:03 -05:00
More enhancements:
- added getopt_long to parse the command line options - added -D (--device) option - added -q (--quiet) option - added -I (--iec958) option - added AC3 to IEC958 encapsulation code (not tested) - addec xrun detection and restart
This commit is contained in:
parent
3f541f6ba8
commit
97a55787e6
13 changed files with 425 additions and 120 deletions
|
|
@ -74,7 +74,7 @@ typedef struct syncinfo_s
|
|||
{
|
||||
uint_32 magic;
|
||||
/* Sync word == 0x0B77 */
|
||||
/* uint_16 syncword; */
|
||||
uint_16 syncword;
|
||||
/* crc for the first 5/8 of the sync block */
|
||||
/* uint_16 crc1; */
|
||||
/* Stream Sampling Rate (kHz) 0 = 48, 1 = 44.1, 2 = 32, 3 = reserved */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue