Skip to content

Commit

Permalink
feat: self-abuse
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsek committed Nov 18, 2024
1 parent 5ce4a57 commit e07102d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-native-audio-api/common/cpp/core/GainNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ std::shared_ptr<AudioParam> GainNode::getGainParam() const {
return gainParam_;
}


// TODO TOMORROW: YOU FORGOT TO IMPLEMENT THIS FUNCTION MORON!
// bool GainNode::processAudio(float *audioData, int32_t numFrames) {
// if (!AudioNode::processAudio(audioData, numFrames)) {
// return false;
Expand Down

0 comments on commit e07102d

Please sign in to comment.