This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
mpv
mirror of
https://github.com/mpv-player/mpv
Watch
1
Star
0
Fork
You've already forked mpv
0
Code
Issues
Releases
Wiki
Activity
2cfd87ab15
mpv
/
waftools
/
fragments
/
oss_audio.c
6 lines
99 B
C
Raw
Blame
History
#
include
<sys/soundcard.h>
int
main
(
int
argc
,
char
*
*
argv
)
{
return
SNDCTL_DSP_SETFRAGMENT
;
}
Reference in New Issue
View Git Blame
Copy Permalink