track will play out before the test spots it.
scripts/setup
examples/disorder.rc
scripts/teardown
scripts/setup
examples/disorder.rc
scripts/teardown
+sounds/long.ogg
+sounds/slap.raw
#
pkgdata_DATA=slap.ogg scratch.ogg
#
pkgdata_DATA=slap.ogg scratch.ogg
EXTRA_DIST=${pkgdata_DATA}
EXTRA_DIST=${pkgdata_DATA}
+
+%.raw: %.ogg
+ oggdec -b16 -R -o $@ $<
+
+long.ogg: slap.raw
+ cat slap.raw slap.raw slap.raw slap.raw slap.raw slap.raw \
+ slap.raw slap.raw | oggenc -r -o $@ -
+
+clean-local:
+ rm -f long.ogg slap.raw
trackdir = os.path.dirname(trackpath)
if not os.path.exists(trackdir):
os.makedirs(trackdir)
trackdir = os.path.dirname(trackpath)
if not os.path.exists(trackdir):
os.makedirs(trackdir)
- copyfile("%s/sounds/slap.ogg" % top_srcdir, trackpath)
+ copyfile("%s/sounds/long.ogg" % top_srcdir, trackpath)
# We record the tracks we created so they can be tested against
# server responses. We put them into NFC since that's what the server
# uses internally.
# We record the tracks we created so they can be tested against
# server responses. We put them into NFC since that's what the server
# uses internally.