WIP new AudioServer, with buses, effects, etc.
This commit is contained in:
parent
c4d6e54e93
commit
0aa7242624
55 changed files with 9486 additions and 249 deletions
|
|
@ -10,7 +10,7 @@ class AudioEffectInstance : public Reference {
|
|||
|
||||
public:
|
||||
|
||||
virtual void process(AudioFrame *p_frames,int p_frame_count)=0;
|
||||
virtual void process(const AudioFrame *p_src_frames,AudioFrame *p_dst_frames,int p_frame_count)=0;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue