mirror of
https://github.com/xdsopl/robot36.git
synced 2026-04-05 06:15:12 +00:00
changed detection of "alsa:" and "wav:" prefix with detection of
"hw:" / "plughw:" prefix, ".wav" suffix and "default" alsa device
This commit is contained in:
parent
15b01cf36c
commit
1f1e44fbcc
4 changed files with 12 additions and 10 deletions
2
decode.c
2
decode.c
|
|
@ -245,7 +245,7 @@ char *string_time(char *fmt)
|
|||
int main(int argc, char **argv)
|
||||
{
|
||||
pcm_t *pcm;
|
||||
char *name = "alsa:default";
|
||||
char *name = "default";
|
||||
if (argc != 1)
|
||||
name = argv[1];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue