14 #ifndef __diguySound_H
15 #define __diguySound_H
21 #define CPLUSPLUS_ONLY
54 const char* get_name();
61 const char* get_type_name();
78 int set_sound_filename(
const char* sound_filename);
87 const char* get_sound_filename();
101 int get_samples_per_second();
108 int get_number_of_channels();
121 #ifdef CPLUSPLUS_ONLY
123 bdiSound* get_scripted_object() {
return m_scripted_object;}
128 int set_phoneme_filename(
const char* phoneme_filename);
133 const char* get_phoneme_filename();
137 friend class bdiSound;
152 bdiSound* m_scripted_object;
This class is represents a sound file on disk.
Definition: diguySound.h:39