[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> Now that I think about it, probably this patch (against currend (patched)
> wdsound.c) is even better, since it only changes the volume of the created
> buffers...
...which is obviously the right thing to do when considering lines 582-583:
/* need default controls (pan, volume, frequency) */
dsbdesc.dwFlags = DSBCAPS_CTRLPAN | DSBCAPS_CTRLVOLUME | DSBCAPS_CTRLFREQUENCY;
> Sorry for not thinking about it earlier :(
Thanks for thinking about it.
> Apply it if you think it is worth it
Applied.
- Eric