We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e96f6 commit dd97070Copy full SHA for dd97070
src/viam/examples/modules/audioin/main.cpp
@@ -1,3 +1,4 @@
1
+#define _USE_MATH_DEFINES
2
#include <chrono>
3
#include <cmath>
4
#include <cstring>
@@ -18,7 +19,7 @@
18
19
#include <viam/sdk/registry/registry.hpp>
20
#include <viam/sdk/resource/reconfigurable.hpp>
21
-using namespace viam::sdk;
22
+using namespace viam::sdk;w
23
24
// Implements an AudioIn component that generates a sine wave for testing
25
class SineWaveAudioIn : public AudioIn, public Reconfigurable {
0 commit comments