mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 17:11:40 -05:00
removed AudioBuffer::operator<<
This commit is contained in:
parent
10b2cad7ed
commit
efc531206d
2 changed files with 1 additions and 13 deletions
|
@ -122,14 +122,4 @@ void AudioBuffer::nonRtResize(unsigned long size)
|
|||
{
|
||||
bufferL.resize(size);
|
||||
bufferR.resize(size);
|
||||
}
|
||||
|
||||
/*
|
||||
ostream& AudioBuffer::operator<<(ostream& o, const AudioBuffer& a)
|
||||
{
|
||||
o << "AudioBuffer " << a.name <<
|
||||
" beats: " << a.numBeats <<
|
||||
" audioFrames: " << a.audioFrames << endl;
|
||||
return o;
|
||||
}
|
||||
*/
|
||||
}
|
|
@ -61,8 +61,6 @@ public:
|
|||
|
||||
void nonRtResize(unsigned long size);
|
||||
|
||||
//friend ostream& operator<<(ostream& o, const AudioBuffer& a);
|
||||
|
||||
protected:
|
||||
static int privateID;
|
||||
int ID;
|
||||
|
|
Loading…
Add table
Reference in a new issue