sayin what happens to high-sampling rate samples when played with lower sampling rate I have a situation involving a 16,000 hz wave played with a 44,100 hz wave ?
which sampling rate is then being the active ? the lower or the higher ?
which means the other sampling rate is going to have to be up/down sampled.....
sounds
Moderator: Moderators
I'm not sure about either question.
I think the files are just loaded and upsampled by DirectSound (on windows/MSVC) or OpenAL (on other platforms).
Concerning hardware mixing I really have no clue. Maybe DirectSound uses hardware mixing if it's available. In that case, yes. But maybe we need special code to enable that, which may or may not be there. So I really don't know.
I think the files are just loaded and upsampled by DirectSound (on windows/MSVC) or OpenAL (on other platforms).
Concerning hardware mixing I really have no clue. Maybe DirectSound uses hardware mixing if it's available. In that case, yes. But maybe we need special code to enable that, which may or may not be there. So I really don't know.