<< | GtkWavefileBuffer | >> |
GtkWavefileBuffer is an uneditable wavebuffer class that reads data directly from a .WAV file. It uses its own code to read the files and is much faster than audiofile. The class is derived from GtkWaveBuffer and GtkEditableWaveBuffer.
Member functions:GtkType gtk_wavefile_buffer_get_type (void); |
GtkObject *gtk_wavefile_buffer_new (gchar *filename); |
GtkWavefileBuffer |