Support for 32 kHz sampling rate
diff --git a/src/hybrid_decoder.h b/src/hybrid_decoder.h
index eeeb0ee..b5a54fb 100644
--- a/src/hybrid_decoder.h
+++ b/src/hybrid_decoder.h
@@ -42,6 +42,8 @@
 
     int          mode;
     int          bandwidth;
+    /* Sampling rate (at the API level) */
+    int          Fs;
 };