Prune audio/clementine-player
[dports.git] / audio / sndio / pkg-message
1 Sndio's OSS support (i.e. local playback/recording support) is highly
2 experimental.  If you run into problems please file a bug at
3 https://github.com/t6/sndio or send an email to t+sndio@tobik.me.
4
5 Enable the sndiod server with:
6
7     sysrc sndiod_enable=YES
8     service sndiod start
9
10 Please note that by default sndiod is configured with a monitoring
11 sub-device i.e. a device through which you can record everything that
12 plays through sndiod:
13
14     aucat -f snd/0.monitor -o recording.wav
15
16 Make sure you override sndiod_flags if this is not wanted:
17
18     sysrc sndiod_flags=""
19
20 If you want clients to auto-play to your remote sndio server set
21 sndiod_flags accordingly:
22
23     sysrc sndiod_flags="-f snd@remotehost/0"
24
25 Alternatively you can always set the AUDIODEVICE environment variable
26 so clients know where to stream to:
27
28     export AUDIODEVICE=snd@remotehost/0
29
30 There is little sndio support in the FreeBSD ports tree right now.  If
31 your favourite port is missing support please take a look at the fork
32 at https://github.com/t6/freebsd-ports-sndio and
33 https://github.com/t6/freebsd-ports-sndio/wiki/Status which contains
34 patches that enable sndio support in various ports.
35
36 audio/pulseaudio-module-sndio is a PulseAudio module that allows you
37 to play to your sndio server.  This is useful for ports that have
38 PulseAudio support but no direct sndio support.