njh / rotter

Rotter is a Recording of Transmission / Audio Logger for JACK.
http://www.aelius.com/njh/rotter/
GNU General Public License v2.0
50 stars 11 forks source link

Add support for setting a Broadcast Wave Extension chunk #23

Closed njh closed 12 years ago

njh commented 12 years ago

SFC_SET_BROADCAST_INFO

typedef struct
{   char            description [256] ;
    char            originator [32] ;
    char            originator_reference [32] ;
    char            origination_date [10] ;
    char            origination_time [8] ;
    unsigned int    time_reference_low ;
    unsigned int    time_reference_high ;
    short           version ;
    char            umid [64] ;
    char            reserved [190] ;
    unsigned int    coding_history_size ;
    char            coding_history [256] ;
} SF_BROADCAST_INFO ;
njh commented 12 years ago

Implemented in 128b0a1678fd488a8951f602fa19d9c099a90617