Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
2c0a4993
Commit
2c0a4993
authored
Jun 18, 2008
by
Miller Puckette
Browse files
channels and sample rate command line args to work even if -schedlib flag set
parent
6af5b691
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/s_audio.c
View file @
2c0a4993
...
...
@@ -192,10 +192,6 @@ void sys_set_audio_settings(int naudioindev, int *audioindev, int nchindev,
int
indevs
=
0
,
outdevs
=
0
,
canmulti
=
0
,
cancallback
=
0
;
audio_getdevs
(
indevlist
,
&
indevs
,
outdevlist
,
&
outdevs
,
&
canmulti
,
&
cancallback
,
MAXNDEV
,
DEVDESCSIZE
);
if
(
sys_externalschedlib
)
{
return
;
}
if
(
rate
<
1
)
rate
=
DEFAULTSRATE
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment