root / utils / lunch-milhouse-audio-local-test @ master
History | View | Annotate | Download (376 Bytes)
| 1 | f8e2a703 | Alexandre Quessy | #!/usr/bin/env lunch |
|---|---|---|---|
| 2 | f8e2a703 | Alexandre Quessy | # |
| 3 | f8e2a703 | Alexandre Quessy | # This lunch script launches two milhouse processes sending/receiving |
| 4 | 201e2bb8 | Tristan Matthews | # raw audio test source on localhost. |
| 5 | f8e2a703 | Alexandre Quessy | # |
| 6 | f8e2a703 | Alexandre Quessy | |
| 7 | f8e2a703 | Alexandre Quessy | # commands |
| 8 | f8e2a703 | Alexandre Quessy | add_command( |
| 9 | f8e2a703 | Alexandre Quessy | command="milhouse -r --audioport 10000 --audiocodec raw", |
| 10 | f8e2a703 | Alexandre Quessy | title="receiver" |
| 11 | f8e2a703 | Alexandre Quessy | ) |
| 12 | f8e2a703 | Alexandre Quessy | add_command( |
| 13 | f8e2a703 | Alexandre Quessy | command="milhouse -s --audioport 10000 --audiocodec raw --audiosource audiotestsrc", |
| 14 | f8e2a703 | Alexandre Quessy | title="sender" |
| 15 | f8e2a703 | Alexandre Quessy | ) |
| 16 | f8e2a703 | Alexandre Quessy |
