User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: HWA - Possible more sound channels?

  1. #1
    Clicker Fusion 2.5

    Join Date
    Jun 2006
    Posts
    402
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    HWA - Possible more sound channels?

    Hi,

    Is it not possible to enable more sound channels? Maybe 48 to 64+?

    I am quite sure that DirectX can cope with more than 32 sound channels.

    Thanks!

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: HWA - Possible more sound channels?

    I am quite sure that it is the sound card. And why would you need so many channels!!?? I can't imagine ever wanting to use a game/program with 32+ different sounds playing at once!
    Working as fast as I can on Fusion 3

  3. #3
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Sep 2006
    Posts
    1,544
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: HWA - Possible more sound channels?

    The sound card would only affect performance and compatibility, not the underlying structure. If its indeed using the directx media interface for handling audio output, and directx can indeed handle more than 32 at a time, theres no reason not to increase the number.

    I've got a project that currently locks channels 1-5, and occasionally sounds can misfire by filling up all 32 channels at a time, which causes some inconsistencies (the game handles a time reverse button that allows for sound effects to reverse both ways in mid-playing, which is one beastly complicated piece of coding)

  4. #4
    Clicker Fusion 2.5

    Join Date
    Jun 2006
    Posts
    402
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: HWA - Possible more sound channels?

    32 channels was enough when MMF2 was first around, but because of MMF2s power and HWA coming out, games are starting to look and play fantastic, and now it's time for them to sound fantastic. I want my game to sound as thick, gritty and dirty as possible, which means firing as many sounds off as possible in many instances, and 32 channels just isn't quite cutting it.

    I think it would truly benefit many developers if they had more sound channels to work with. If some peoples computers can't handle more than 32 channels, then maybe it's time for an upgrade?

    Regards

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export ModuleXNA Export Module
    Fusion 2.5 (Steam)
    Mathias's Avatar
    Join Date
    Jun 2006
    Location
    Copenhagen, Denmark
    Posts
    1,083
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)

    Re: HWA - Possible more sound channels?

    I vote for a "set channel count" system action, since this is definitely possible!

  6. #6
    Clicker Fusion 2.5

    Join Date
    Jun 2006
    Posts
    402
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: HWA - Possible more sound channels?

    Quote Originally Posted by Mathias
    I vote for a "set channel count" system action, since this is definitely possible!
    +1

  7. #7
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: HWA - Possible more sound channels?

    -2

    if(true){
    Set Channel Count 32/64/128++;
    }
    Working as fast as I can on Fusion 3

  8. #8
    No Products Registered

    Join Date
    Mar 2007
    Location
    Sydney, Australia
    Posts
    1,369
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: HWA - Possible more sound channels?

    Honestly, I dont see how you would need more than 32 sounds playing at one time...

  9. #9
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: HWA - Possible more sound channels?

    Quote Originally Posted by bigredron
    Honestly, I dont see how you would need more than 32 sounds playing at one time...
    The laziness of people to write a simple engine that automatically uses the next free channel.

  10. #10
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Sep 2006
    Posts
    1,544
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: HWA - Possible more sound channels?

    MMF2 automatically DOES use the next free channel. When you do "play sound effect" (in a multisample program) it will push the sound effect into the next free channel automatically without asking you for one. This system actually sometimes screws up and doesn't deal with locked channels properly I've noticed.

    I've got a custom engine for handling sound effects in my current application that does everything from buffering files into memory and assigning channels properly to reversing sound effects mid-play at the push of a button. But it is still *somewhat* limited by the fact that there are only 32 channels...

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Sound Channels
    By Asholay in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 16th February 2013, 12:44 PM
  2. 32 sound channels are not enough !
    By izac in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 8th June 2009, 09:43 PM
  3. question about sound and channels
    By piki in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 18th June 2008, 12:08 AM
  4. Using multiple sound channels
    By Zenoff64 in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 30th August 2007, 10:51 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •