1 |
|
/* |
2 |
|
* audio_dummy.cpp - Audio support, dummy implementation |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-2001 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2002 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
43 |
|
|
44 |
|
// Only one sample format is supported |
45 |
|
audio_sample_rates.push_back(44100 << 16); |
46 |
< |
audio_sample_sized.push_back(16); |
46 |
> |
audio_sample_sizes.push_back(16); |
47 |
|
audio_channel_counts.push_back(2); |
48 |
|
|
49 |
|
// Sound disabled in prefs? Then do nothing |