shithub: sox

Download patch

ref: eb6188e09dfa22ad90c2155467b7e7e01fedc638
parent: 138ff7f7160c25575a36abac5c515af175902a06
author: rrt <rrt>
date: Tue Apr 10 17:00:23 EDT 2007

Add windows-style awb suffix

--- a/src/amr-wb.c
+++ b/src/amr-wb.c
@@ -200,7 +200,7 @@
 
 sox_format_t const * sox_amr_wb_format_fn(void)
 {
-  static char const * names[] = {"amr-wb", NULL};
+  static char const * names[] = {"amr-wb", "awb", NULL};
   static sox_format_t driver = {
     names, NULL, 0,
     startread, read, stopread,