Show
Ignore:
Timestamp:
01/06/08 03:53:04 (16 years ago)
Author:
ppalmers
Message:

remove support for per-port datatypes. It's too much hassle and it doesn't add enough value.
It also prevents thorough performance optimizations, especially for larger channel counts (e.g. SSE based).

Audio ports are now either all float or all int24. This can be specified by the ffado_streaming_set_audio_datatype
API function before the streaming is prepared. Hence we can still support the direct conversion to the
clients datatype when demuxing the packets.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/api-cleanup/SConstruct

    r809 r816  
    331331        env['REVISION'] = '' 
    332332 
    333 env['FFADO_API_VERSION']="6
     333env['FFADO_API_VERSION']="7
    334334 
    335335env['PACKAGE'] = "libffado" 
    336 env['VERSION'] = "1.999.12
     336env['VERSION'] = "1.999.13
    337337env['LIBVERSION'] = "1.0.0" 
    338338