mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-22 21:46:15 +02:00
new messaging
git-svn-id: svn://elaine/murooma/trunk@230 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
a519d0f0dd
commit
04e872e036
15 changed files with 107 additions and 104 deletions
|
@ -54,7 +54,7 @@ int PcmChunk::seek(int frames)
|
|||
}
|
||||
|
||||
|
||||
int PcmChunk::read(void* outputBuffer, size_t frameCount)
|
||||
int PcmChunk::readFrames(void* outputBuffer, size_t frameCount)
|
||||
{
|
||||
//logd << "read: " << frameCount << ", total: " << (wireChunk->length / format.frameSize) << ", idx: " << idx;// << std::endl;
|
||||
int result = frameCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue