mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 14:33:01 +00:00
Update msm6258.md
This commit is contained in:
parent
7b2ae23a00
commit
0d36abf3fc
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# OKI MSM6258
|
# 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.
|
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.
|
Furnace's implementation is MSM6258V, a CPU driven variant that is unlimited by amount of sample data, being able to be fed from the system's RAM.
|
||||||
|
|
||||||
# effects
|
# effects
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ Furnace's implementation is MSM6258V, a CPU driven variant that is unlimited by
|
||||||
|
|
||||||
## chip clock rates
|
## 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:
|
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:
|
||||||
|
|
||||||
| Clock rate | Sampling rate |
|
| Clock rate | Sampling rate |
|
||||||
|--------------------|---------------|
|
|--------------------|---------------|
|
||||||
|
|
Loading…
Reference in a new issue