GithubHelp home page GithubHelp logo

Dont mix channels in memory about 64doom HOT 1 CLOSED

jnmartin84 avatar jnmartin84 commented on July 26, 2024
Dont mix channels in memory

from 64doom.

Comments (1)

jnmartin84 avatar jnmartin84 commented on July 26, 2024
            next_mixed_sample += (ssmp1 | ssmp2);
80001724:	00641825 	or	v1,v1,a0
80001728:	00c33021 	addu	a2,a2,v1
        for (size_t ix=0; ix<NUM_VOICES; ix++)
8000172c:	24420024 	addiu	v0,v0,36
80001730:	1447ffcf 	bne	v0,a3,80001670 <I_MixSound+0x50>
80001734:	00000000 	nop
    for (size_t iy=0; iy < (NUM_SAMPLES << 1); iy+=2)
80001738:	254a0002 	addiu	t2,t2,2
        }

        *((uint32_t *)&pcmbuf[iy]) = next_mixed_sample;
8000173c:	ad860000 	sw	a2,0(t4)
    for (size_t iy=0; iy < (NUM_SAMPLES << 1); iy+=2)
80001740:	154effc9 	bne	t2,t6,80001668 <I_MixSound+0x48>
80001744:	258c0004 	addiu	t4,t4,4

from 64doom.

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.