diff options
Diffstat (limited to 'PCM.cpp')
-rw-r--r-- | PCM.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,7 +40,8 @@ PCM::PCM(Config& config): if (0 > snd_pcm_start(handle)) { - throw std::runtime_error("PCM could not be started"); + // On raspberry, this results in error. However, seems to generally work without + log_cout << "PCM could not be started" << std::endl; } if (npfd != 1) { |