aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-11-05 09:27:51 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-11-05 09:27:51 +0000
commitda7f6589aa42724de48a8da049b417188d80aca8 (patch)
tree408b355ae5a8428626c9b8e938a81e775dd98e4e /resources
parentb8cb85b3488ed56bf05de423e89472ccb9635915 (diff)
downloadwebrtc-da7f6589aa42724de48a8da049b417188d80aca8.tar.gz
Add svn:ignore to avoid re-download of resources
Without this, the bots will download all resources for every build. This consumes a lot of unnecessary traffic. I tried experimenting with patterns ignoring everything except the .sha1 files but wasn't able to get it working, so this will have to do for now. git-svn-id: http://webrtc.googlecode.com/svn/trunk@5082 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'resources')
-rw-r--r--resources/audio_coding/READ.ME18
-rw-r--r--resources/audio_coding/READ.ME.sha11
2 files changed, 18 insertions, 1 deletions
diff --git a/resources/audio_coding/READ.ME b/resources/audio_coding/READ.ME
new file mode 100644
index 0000000000..e42b9b3ebb
--- /dev/null
+++ b/resources/audio_coding/READ.ME
@@ -0,0 +1,18 @@
+Test files for Audio Coding Module
+
+testfile32kHz.pcm - mono speech file samples at 32 kHz
+teststereo32kHz.pcm - stereo speech file samples at 32 kHz
+
+Test and reference vectors to verify correct execution of PacketCable
+iLBC Fixed Point Reference Code
+
+Version 1.0.6
+Format: all .INP and .OUT files contain 16 bit sampled data using the
+Intel (PC) format. The .BIT files are stored in the appropriate byte
+sequence (big-endian format).
+
+*.INP - input files
+*.BIT20 - bit stream files 20 ms mode
+*.OUT20 - output files 20 ms mode (on a channel without packet loss)
+*.BIT30 - bit stream files 30 ms mode
+*.OUT30 - output files 30 ms mode (on a channel without packet loss)
diff --git a/resources/audio_coding/READ.ME.sha1 b/resources/audio_coding/READ.ME.sha1
deleted file mode 100644
index 0d855e2a73..0000000000
--- a/resources/audio_coding/READ.ME.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f1701962ecfe3284be22f06acce64d9f282f47d0 \ No newline at end of file