New commits:
http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=d283867aa57c941e9a66caacb063941254814b57
commit d283867aa57c941e9a66caacb063941254814b57
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date:   Sat May 12 18:02:42 2007 +0200

    Added missing files/extensions.

 .gitignore          |   10 +++++++++-
 examples/.gitignore |    1 +
 include/.gitignore  |    1 +
 tools/.gitignore    |    1 +
 4 files changed, 12 insertions(+), 1 deletions(-)

http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=869938111ddc0a9c427a7c9db3c10af58a45e661
commit 869938111ddc0a9c427a7c9db3c10af58a45e661
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date:   Sat May 12 18:00:37 2007 +0200

    Updated man page.

 docs/fusionsoundrc.5.in |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=core/FusionSound.git;a=commit;h=a14fefd2983fce15b81e9fb15bcd22ee86f22418
commit a14fefd2983fce15b81e9fb15bcd22ee86f22418
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date:   Sat May 12 18:00:00 2007 +0200

    Provided a way to define the channels configuration.
    
    Introduced a field in stream and buffer descriptions that define the 
channels
    configuration (see FSChannelMode). When set, this field overrides the 
'channels' field.
    
    Replaced internal references to generic channels by appropriate 
FSChannelMode(s).
    
    Added options "channelmode" to define the channels configuration of the 
output device.
    
    Moved downmixing levels stuff to CorePlayback (set via 
fs_playback_set_downmix()).

 drivers/alsa.c                                     |    2 +-
 drivers/oss.c                                      |    7 +-
 drivers/wave.c                                     |   13 +-
 include/fusionsound.h                              |  102 +++++++++--
 .../ifusionsoundmusicprovider_vorbis.c             |  144 ++++++++++-----
 .../ifusionsoundmusicprovider_wave.c               |  174 +++++++++++------
 src/core/core_sound.c                              |   99 ++++++----
 src/core/playback.c                                |   90 ++++++++-
 src/core/playback.h                                |   24 +--
 src/core/sound_buffer.c                            |   50 ++---
 src/core/sound_buffer.h                            |    4 +-
 src/core/sound_device.c                            |    4 +-
 src/core/sound_device.h                            |    4 +-
 src/core/sound_mix.h                               |  204 +++++++++++++-------
 src/ifusionsound.c                                 |   85 +++++++--
 src/ifusionsoundbuffer.c                           |   29 ++--
 src/ifusionsoundbuffer.h                           |    2 +-
 src/ifusionsoundplayback.c                         |   45 +----
 src/ifusionsoundstream.c                           |   12 +-
 src/ifusionsoundstream.h                           |    4 +-
 src/misc/Makefile.am                               |   10 +-
 src/misc/sound_conf.c                              |   71 ++++++-
 src/misc/sound_conf.h                              |    2 +-
 src/misc/sound_util.c                              |   56 ++++++
 src/misc/sound_util.h                              |   35 ++++
 tools/fsdump.c                                     |    2 +-
 26 files changed, 890 insertions(+), 384 deletions(-)


_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to