Formatting.
svn-id: r47540
This commit is contained in:
parent
8c28155848
commit
ec14cd6e6a
1 changed files with 10 additions and 14 deletions
|
@ -360,12 +360,8 @@ int QueuingAudioStreamImpl::readBuffer(int16 *buffer, const int numSamples) {
|
||||||
return samplesDecoded;
|
return samplesDecoded;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
QueuingAudioStream *makeQueuingAudioStream(int rate, bool stereo) {
|
QueuingAudioStream *makeQueuingAudioStream(int rate, bool stereo) {
|
||||||
return new QueuingAudioStreamImpl(rate, stereo);
|
return new QueuingAudioStreamImpl(rate, stereo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} // End of namespace Audio
|
} // End of namespace Audio
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue