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 7608b44 commit df57535Copy full SHA for df57535
src/AudioTools/AudioTypes.h
@@ -87,9 +87,6 @@ struct AudioInfo {
87
88
};
89
90
-// Support legacy name
91
-using AudioBaseInfo = AudioInfo;
92
-
93
/**
94
* @brief Supports changes to the sampling rate, bits and channels
95
* @ingroup basic
@@ -103,6 +100,11 @@ class AudioInfoDependent {
103
100
}
104
101
105
102
+// Support legacy name
+using AudioBaseInfo = AudioInfo;
+using AudioBaseInfoDependent = AudioInfoDependent;
106
+
107
108
109
* @brief Supports the subscription to audio change notifications
110
0 commit comments