about summary refs log tree commit homepage
path: root/examples
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-28 00:15:47 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-28 00:24:27 +0000
commita738d4fd840e088d9a46dea2429c35ba8100df9d (patch)
tree559fdb56ce69d480ce50c3fbd89345ab78cc984d /examples
parentcd6065bcd94397fa23dd29621196e71f2183dc01 (diff)
downloaddtas-a738d4fd840e088d9a46dea2429c35ba8100df9d.tar.gz
All files we distribute in the tarball need to have a
copyright/license specified for Savannah.

We don't need the example state file anymore.
Diffstat (limited to 'examples')
-rw-r--r--examples/dtas_state.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/dtas_state.yml b/examples/dtas_state.yml
deleted file mode 100644
index 592a93a..0000000
--- a/examples/dtas_state.yml
+++ /dev/null
@@ -1,18 +0,0 @@
----
-socket: .dtas/player.sock
-sinks:
-- name: ODAC
-  command: |-
-    sox -t $SOX_FILETYPE -r $RATE -c $CHANNELS - \
-      -t s$SINK_BITS -r $SINK_RATE -c $SINK_CHANNELS - | \
-    aplay -D hw:DAC_1 -v -q -M --buffer-size=500000 --period-size=500 \
-      --disable-softvol --start-delay=100 \
-      --disable-format --disable-resample --disable-channels \
-      -t raw -c $SINK_CHANNELS -f S${SINK_BITS}_3LE -r $SINK_RATE
-  env:
-    SINK_BITS: 24
-    SINK_RATE: 44100
-    SINK_CHANNELS: 2
-- name: play
-  prio: -2
-  command: env AUDIODEV=hw:DAC play -t $SOX_FILETYPE -r $RATE -c $CHANNELS -