This website requires JavaScript.
Explore
Help
Sign in
empathicqubit
/
AppleWin
Watch
1
Star
0
Fork
You've already forked AppleWin
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fec69e1f72
AppleWin
/
source
/
frontends
/
sdl
/
sdirectsound.h
10 lines
89 B
C
Raw
Normal View
History
Unescape
Escape
SDL2 add audio. Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-10-20 15:32:45 +01:00
#
pragma once
sa2: add namespace and remove tabs. Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-02-25 16:31:24 +00:00
namespace
sa2
SDL2 add audio. Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-10-20 15:32:45 +01:00
{
void
stop
(
)
;
void
writeAudio
(
)
;
Audio: remove useless workaround 1/3 1/4 and initial silence. Let AW's adaptive algorithm do it all. Just be careful not writing too much to SDL as it would unsettle AW. Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-11-20 20:23:10 +00:00
void
printInfo
(
)
;
SDL2 add audio. Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-10-20 15:32:45 +01:00
}
Reference in a new issue
Copy permalink