Top | ![]() |
![]() |
![]() |
![]() |
|
ags_audio_file_open () |
|
ags_audio_file_open_from_data () |
|
ags_audio_file_rw_open () |
|
ags_audio_file_close () |
|
ags_audio_file_read_audio_signal () |
|
ags_audio_file_seek () |
|
ags_audio_file_write () |
|
ags_audio_file_flush () |
|
ags_audio_file_new () |
gboolean ags_audio_file_open ();
AgsAudioFile *audio_file
Open the
Since 0.3
gboolean ags_audio_file_open_from_data (,
AgsAudioFile *audio_file);
gchar *data
Open
Since 0.4
gboolean ags_audio_file_rw_open (,
AgsAudioFile *audio_file);
gboolean create
Open the
Since 0.4
void ags_audio_file_close ();
AgsAudioFile *audio_file
Close the
Since 0.3
void ags_audio_file_read_audio_signal ();
AgsAudioFile *audio_file
Convert the
Since 0.3
void ags_audio_file_seek (,
AgsAudioFile *audio_file,
guint frames);
gint whence
Position the
audio_file |
the |
|
frames |
number of frames to seek |
|
whence |
SEEK_SET, SEEK_CUR, or SEEK_END |
Since 0.4
void ags_audio_file_write (,
AgsAudioFile *audio_filesigned
,short *buffer);
guint buffer_size
Write the buffer to
audio_file |
the |
|
buffer |
the audio data |
|
buffer_size |
the count of frames to write |
Since 0.4
void ags_audio_file_flush ();
AgsAudioFile *audio_file
Flushes the
Since 0.4