forked from auracaster/pyalsaaudio
add new high-speed samples rates
closes #89 (but alsa doesn't support 768khz yet).
This commit is contained in:
+4
-1
@@ -86,7 +86,10 @@ static const unsigned ALSARates[] = {
|
||||
88200,
|
||||
96000,
|
||||
176400,
|
||||
192000
|
||||
192000,
|
||||
352800,
|
||||
384000
|
||||
|
||||
};
|
||||
|
||||
typedef enum volume_units_t {
|
||||
|
||||
Reference in New Issue
Block a user