Mercurial > hg > svapp
comparison audio/AudioCallbackPlaySource.cpp @ 742:75390b1ebd2c
Fix debug line
author | Chris Cannam |
---|---|
date | Tue, 24 Mar 2020 13:39:05 +0000 |
parents | 497d80d3b9c4 |
children | 771ec060c1d2 |
comparison
equal
deleted
inserted
replaced
737:497d80d3b9c4 | 742:75390b1ebd2c |
---|---|
789 sincerequest_t = sincerequest_t / timeRatio; | 789 sincerequest_t = sincerequest_t / timeRatio; |
790 latency_t = latency_t / timeRatio; | 790 latency_t = latency_t / timeRatio; |
791 } | 791 } |
792 | 792 |
793 #ifdef DEBUG_AUDIO_PLAY_SOURCE_PLAYING | 793 #ifdef DEBUG_AUDIO_PLAY_SOURCE_PLAYING |
794 cout << "\nbuffered to: " << bufferedto_t << ", in buffer: " << inbuffer_t << ", time ratio " << timeRatio << "\n stretcher latency: " << stretchlat_t << ", device latency: " << latency_t << "\n since request: " << sincerequest_t << ", last retrieved quantity: " << lastretrieved_t << endl; | 794 cout << "\nbuffered to: " << bufferedto_t << ", in buffer: " << inbuffer_t << ", device latency: " << latency_t << "\n since request: " << sincerequest_t << ", last retrieved quantity: " << lastretrieved_t << endl; |
795 #endif | 795 #endif |
796 | 796 |
797 // Normally the range lists should contain at least one item each | 797 // Normally the range lists should contain at least one item each |
798 // -- if playback is unconstrained, that item should report the | 798 // -- if playback is unconstrained, that item should report the |
799 // entire source audio duration. | 799 // entire source audio duration. |