Audio Recording module
Implements an Audio bus effect that outputs the audio from the bus into a wav file Now channels audio recording into an AudioStreamSample instead of saving to wav
This commit is contained in:
@@ -509,6 +509,10 @@ PoolVector<uint8_t> AudioStreamSample::get_data() const {
|
||||
return pv;
|
||||
}
|
||||
|
||||
void AudioStreamSample::save_to_wav(String p_path) {
|
||||
// TODO! Implement saving to wav file
|
||||
}
|
||||
|
||||
Ref<AudioStreamPlayback> AudioStreamSample::instance_playback() {
|
||||
|
||||
Ref<AudioStreamPlaybackSample> sample;
|
||||
|
||||
Reference in New Issue
Block a user