view src/echo_plugin/echo.h @ 879:c7daa70ffe7e trunk

[svn] alsa output plugin: use snd_pcm_wait in place of raw polls to handle device readyness; this allows to use alsa plugins such as jackplug; requires testing
author giacomo
date Mon, 19 Mar 2007 13:18:28 -0700
parents 46730e83b1e2
children
line wrap: on
line source

#ifndef ECHO_H
#define ECHO_H

#include <glib.h>

#define MAX_DELAY 1000

void echo_about(void);
void echo_configure(void);

extern gint echo_delay, echo_feedback, echo_volume;
extern gboolean echo_surround_enable;


#endif