Coder Social home page Coder Social logo

Support K054539? about mml2vgm HOT 9 CLOSED

musicalman avatar musicalman commented on August 18, 2024
Support K054539?

from mml2vgm.

Comments (9)

SaxxonPike avatar SaxxonPike commented on August 18, 2024 1

You make a good point. So, I have contributed my changes to mame. They are now merged. I hope you can find this useful.

mamedev/mame#9778

from mml2vgm.

 avatar commented on August 18, 2024

Gonna throw in a quick warning that the current emulation of the 054539 chip has it's flaws tho.
Namely, the 4-bit DPCM decoding appears to be incorrect, resulting in artifacts in DPCM samples. (8-bit and 16-bit PCM samples appear to be fine)
Additionally, the Echo/Reverb isn't emulated either.

May be probably best to disallow using the Reverb and 4-bit DPCM samples until the emulation in those two aspects has improved.

from mml2vgm.

musicalman avatar musicalman commented on August 18, 2024

Thanks for the heads-up!
I've heard some truly horrible dpcm emulation with this chip, but vgmplay doesn't give me anything nearly that awful. Whether it's accurate or not I don't know.
In vgmplay some tracks have echo/reverb applied but the echo appears pitch shifted down an octave. MDPlayer does the same, so I wouldn't doubt it's weird atm.
In any case, mml2vgm doesn't support dpcm or reverb on similar chips yet, so omitting these features wouldn't be a big issue for me.

from mml2vgm.

kuma4649 avatar kuma4649 commented on August 18, 2024

OPXが残念な状態なので、あまり気が進まないですね。。。

from mml2vgm.

musicalman avatar musicalman commented on August 18, 2024

混乱しています。K054539のエミュレーションはOPXのように未熟だとおっしゃるのですか?

from mml2vgm.

kuma4649 avatar kuma4649 commented on August 18, 2024

そういうことです。
気が向いたらサポートしますw

from mml2vgm.

musicalman avatar musicalman commented on August 18, 2024

ああ、私はエミュレーションが悪かったことを知りませんでした。
私はそれを使うことに興奮しました。 しかし、私はあなたが快適に感じていないかどうかを理解しています。

from mml2vgm.

SaxxonPike avatar SaxxonPike commented on August 18, 2024

Hello! I just happened to find your project while searching for K054539 filter info while I improve the DPCM support in MAME.

You may use this table of deltas for your own K054539 emulation, which I have found to be more correct and do not result in a DC offset in samples I have tried:
{ 0, 1, 2, 4, 8, 16, 32, 64, 0, -64, -32, -16, -8, -4, -2, -1 }

As for reverb, it's probably a FIR filter (like the SPC700) but we do not know the taps for it yet.

from mml2vgm.

kuma4649 avatar kuma4649 commented on August 18, 2024

こんばんは。申し訳ありません。
音源chipの対応は基本的にvgmplayか、mameの対応を待ってそれに合わせてこちらも移植しています。
ですので、ご提案はありがたいのですが、mameの開発チームに向けていただいたほうが良いです。

from mml2vgm.

Related Issues (20)

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.