/////////////////////////////////////////////////////// Default constructor ///////////////////////////////////////////////////////
| 32 | /// |
| 33 | //////////////////////////////////////////////////////////// |
| 34 | NetworkAudioStream() |
| 35 | { |
| 36 | // Set the sound parameters |
| 37 | initialize(1, 44100, {sf::SoundChannel::Mono}); |
| 38 | } |
| 39 | |
| 40 | //////////////////////////////////////////////////////////// |
| 41 | /// Run the server, stream audio data from the client |
nothing calls this directly
no test coverage detected