Giter Club home page Giter Club logo

fmplayer's Introduction

98Fmplayer (beta)

PC-98 FM driver emulation (very early version) gtk screenshot gtk toneviewer screenshot gtk config screenshot w2k screenshot

If you are just annoyed by some specific bugs in PMDWin, patched PMDWin might have less bugs and more features than this.

Current status:

  • Supported formats: PMD, FMP(PLAY6)
  • PMD: FM, SSG, Rhythm, ADPCM, PPZ8(partially) supported; PPS, P86 not supported yet
  • FMP: FM, SSG, Rhythm, ADPCM, PPZ8, PDZF supported
  • This is just a byproduct of reverse-engineering formats, and its emulation is much worse than PMDWin, WinFMP
  • FM always generated in 55467Hz (closest integer to 7987200 / 144), SSG always generated in 249600Hz and downsampled with sinc filter (Never linear interpolates harmonics-rich signal like square wave)
  • FM generation bit-perfect with actual OPNA/OPN3 chip under limited conditions including stereo output when 4 <= ALG (Envelope is not bit-perfect yet, attack is bit-perfect only when AR >= 21)
  • SSGEG, Hardware LFO not supported
  • PPZ8: support nearest neighbor, linear and sinc interpolation
  • ADPCM: inaccurate (actual YM2608 seems to decode ADPCM at lower samplerate/resolution than any YM2608 emulator around, but I still couldn't get my YM2608 work with the DRAM)

Installation/Usage (not very usable yet)

gtk

Uses gtk3, pulseaudio/jack/alsa

$ cd gtk
$ autoreconf -i
$ ./configure
$ make
$ ./98fmplayer

Reads drum sample from $HOME/.local/share/98fmplayer/ym2608_adpcm_rom.bin (same format as MAME).

win32

Releases: https://github.com/takamichih/fmplayer/releases/

Uses MinGW-w64 to compile.

$ cd win32/x86
$ make

Reads drum sample from the directory in which 98fmplayer.exe is placed. Uses DirectSound (WinMM if there is no DirectSound) to output sound. This works on Windows 2000, so it is theoretically possible to run this on a real PC-98. (But it was too heavy for my PC-9821V12 which only has P5 Pentium 120MHz, or on PC-9821Ra300 with P6 Mendocino Celeron 300MHz)

fmplayer's People

Contributors

takamichih avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.