Tweak audio/mp3splt version 2.6.2
[dports.git] / audio / sndio / pkg-message
1 Enable the sndiod server with:
2
3     sysrc sndiod_enable=YES
4     service sndiod start
5
6 Please note that by default sndiod is configured with a monitoring
7 sub-device i.e. a device through which you can record everything that
8 plays through sndiod:
9
10     aucat -f snd/0.monitor -o recording.wav
11
12 Make sure you override sndiod_flags if this is not wanted.
13
14 By default the rc.d script passes '-c 0:7 -j off' to sndiod, so that
15 it uses all 8 virtual channels provided by OSS.  If you override
16 sndiod_flags consider keeping these options, so that multi-channel
17 audio works as you'd expect.
18
19 There is little sndio support in the FreeBSD ports tree right now.  If
20 your favourite port is missing support please take a look at the fork
21 at https://github.com/t6/freebsd-ports-sndio and
22 https://github.com/t6/freebsd-ports-sndio/wiki/Status which contains
23 patches that enable sndio support in various ports.
24
25 audio/pulseaudio-module-sndio is a PulseAudio module that allows you
26 to play to your sndio server.  This is useful for ports that have
27 PulseAudio support but no direct sndio support.