Update msm6258.md

This commit is contained in:
freq-mod 2023-07-09 13:37:45 +02:00 committed by GitHub
parent 494572e4e5
commit 8d1909a435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -1,7 +1,18 @@
# OKI MSM6258
a single-channel ADPCM sound source developed by OKI. it allows max sample rate of 15.6 KHz... with no variable pitch. most prominent use of this chip was Sharp X68000 computer, where it was paired with Yamaha YM2151.
Furnace;s implementation is MSM6258V, a CPU driven variant that is unlimited by amount of sample data, being able to to be fed from the system's RAM.
# effects
...
# config flags
## chip clock rates
msm6258 is an extremely basic ADPCM sound codec. it has no variable frequency rate, it depends on clock rate of a chip itself. furnace supports following rates:
- 4 MHz, resulting sample rate is 7812 Hz
- 4.096 MHz, resulting sample rate is 8000 Hz
- 8 MHz, resulting sample rate is 15625 Hz (used in Sharp X68000)
- 8.192 MHz, resulting sample rate is 16000 Hz