mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-03 09:01:51 -05:00
Add ld10k1 tool
Added ld10k1 tool by Peter Zubaj.
This commit is contained in:
parent
37104ebf62
commit
2df1aa7c20
98 changed files with 19970 additions and 1 deletions
39
ld10k1/setup/effects/simple.asm
Normal file
39
ld10k1/setup/effects/simple.asm
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
name "Simple 5.1 volume"
|
||||
include "emu_constants.asm"
|
||||
|
||||
inl io
|
||||
outl equ inl
|
||||
inr io
|
||||
outr equ inr
|
||||
inrl io
|
||||
outrl equ inrl
|
||||
inrr io
|
||||
outrr equ inrr
|
||||
inc io
|
||||
outc equ inc
|
||||
inlfe io
|
||||
outlfe equ inlfe
|
||||
|
||||
Left control 0,0,100
|
||||
Right control 0,0,100
|
||||
LeftSurr control 0,0,100
|
||||
RightSurr control 0,0,100
|
||||
Center control 0,0,100
|
||||
LFE control 0,0,100
|
||||
|
||||
macs outl,C_0, Left, inl
|
||||
macs outr,C_0, Right, inr
|
||||
macs outc,C_0, Center, inc
|
||||
macs outrl,C_0, LeftSurr, inrl
|
||||
macs outrr,C_0, RightSurr, inrr
|
||||
macs outlfe,C_0, LFE, inlfe
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue