X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/a2364abbe6ed9e8e4dd71b9410f985acbf20b18f..de0ef46ee9c9089a5a787fd1cd5f27ca475fc0be:/clients/playrtp.c diff --git a/clients/playrtp.c b/clients/playrtp.c index 5956122..600aae1 100644 --- a/clients/playrtp.c +++ b/clients/playrtp.c @@ -855,6 +855,7 @@ int main(int argc, char **argv) { * the format before we know what it is! */ uaudio_set_format(44100/*Hz*/, 2/*channels*/, 16/*bits/channel*/, 1/*signed*/); + uaudio_set("application", "disorder-playrtp"); backend->start(playrtp_callback, NULL); /* We receive and convert audio data in a background thread */ if((err = pthread_create(<id, 0, listen_thread, 0)))