Show
Ignore:
Timestamp:
02/27/07 03:31:33 (17 years ago)
Author:
pieterpalmers
Message:

- The library can now be started in 'slave mode', creating a BounceSlaveDevice?.

On a discovering node, this slave device is discovered as a BounceDevice?.
Streaming does not work yet, something wrong with the timestamps.

- Implemented the 'snoop mode', that allows a client to 'snoop' the streams

between another host and a device. It is only implemented for BeBoB devices.
The channel numbers and stream configuration are automatically detected.
Note that it currently relies on a rather hackish support for reading the
{i,o}PCR plugs by using private functions of libiec61883

- changed jack backend to support these two new features

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/streaming-rework/libfreebob/freebob_streaming.h

    r336 r424  
    122122        /* verbosity */ 
    123123        int verbose; 
     124         
     125        /* slave mode */ 
     126        int slave_mode; 
     127         
     128        /* snoop mode */ 
     129        int snoop_mode; 
    124130 
    125131} freebob_options_t;