 165b814f5d
			
		
	
	
		165b814f5d
		
	
	
	
	
		
			
			this is necessary in order to get Furnace to build using CMake 4.0. you should do: git submodule deinit extern/portaudio
		
			
				
	
	
		
			21 lines
		
	
	
		
			385 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			385 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include "portaudiocpp/CallbackStream.hxx"
 | |
| 
 | |
| namespace portaudio
 | |
| {
 | |
|     CallbackStream::CallbackStream()
 | |
|     {
 | |
|     }
 | |
| 
 | |
|     CallbackStream::~CallbackStream()
 | |
|     {
 | |
|     }
 | |
| 
 | |
|     // -----------------------------------------------------------------------------------
 | |
| 
 | |
|     double CallbackStream::cpuLoad() const
 | |
|     {
 | |
|         return Pa_GetStreamCpuLoad(stream_);
 | |
|     }
 | |
| 
 | |
| } // namespace portaudio
 |