Go to the source code of this file.
|
| Bse |
| The Bse namespace contains all functions of the synthesis engine.
|
|
|
#define | BSE_TYPE_PCM_WRITER |
|
#define | BSE_PCM_WRITER(object) |
|
#define | BSE_PCM_WRITER_CLASS(class) |
|
#define | BSE_IS_PCM_WRITER(object) |
|
#define | BSE_IS_PCM_WRITER_CLASS(class) |
|
#define | BSE_PCM_WRITER_GET_CLASS(object) |
|
|
Bse::Error | bse_pcm_writer_open (BsePcmWriter *pdev, const gchar *file, guint n_channels, guint sample_freq, uint64 recorded_maximum) |
|
void | bse_pcm_writer_close (BsePcmWriter *pdev) |
|
void | bse_pcm_writer_write (BsePcmWriter *pdev, gsize n_values, const gfloat *values) |
|