]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: Allow regular expressions in receiver config.
authorAndre Noll <maan@systemlinux.org>
Tue, 19 Apr 2011 16:18:45 +0000 (18:18 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 3 Jun 2011 06:39:20 +0000 (08:39 +0200)
commitd70cae532cf1c06a393d6e63b491179c900557a9
tree146349af94e7d40f7350e26a54e526fa631506bf
parent6d6ede092858166d203a39da1734bd715d47cf1d
audiod: Allow regular expressions in receiver config.

The audio format substring of the reciever arg can now be a regular
expression rather than only the name of an audio format. This way
one can easily choose the same receiver for all audio formats by
saying e.g.

receiver ".:udp"

This works because the regex "." matches all audio formats.
audiod.c