mirror of
https://github.com/sjlongland/atinysynth.git
synced 2025-09-13 10:03:15 +10:00
attiny861 port: Bump sample rate
Seems we can handle 16kHz sampling… but not 32kHz.
This commit is contained in:
parent
75fe949f27
commit
0bed82802b
@ -21,6 +21,6 @@
|
||||
* MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#define SYNTH_FREQ 8000
|
||||
#define SYNTH_FREQ (16000)
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user