summaryrefslogtreecommitdiffstats
path: root/include/xas
diff options
context:
space:
mode:
Diffstat (limited to 'include/xas')
-rw-r--r--include/xas/vox.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/xas/vox.h b/include/xas/vox.h
index 71a312d..014659d 100644
--- a/include/xas/vox.h
+++ b/include/xas/vox.h
@@ -8,8 +8,8 @@
#include <xas/object.h>
#include <xas/audio.h>
-#define XAS_VOX_DEFAULT_GAIN 1.0f
-#define XAS_VOX_DEFAULT_BUFFER_SIZE 20480
+#define XAS_VOX_DEFAULT_GAIN 1.0f
+#define XAS_VOX_DEFAULT_BLKSIZE 20480
#define XAS_VOX_SETTINGS_TMP_PATH "/tmp/xas-vox.XXXXXX"
#define XAS_VOX_SETTINGS_TMP_PATHLEN 64
@@ -21,9 +21,7 @@ enum xas_vox_state {
typedef struct _xas_vox {
xas_object obj;
-
xas_audio_format format;
- size_t buffer_size;
float gain;