File tree 3 files changed +6
-7
lines changed
apps/fabric-example/ios/FabricExample.xcodeproj
packages/react-native-audio-api/common/cpp/audioapi/core
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 260
260
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
261
261
CLANG_ENABLE_MODULES = YES;
262
262
CURRENT_PROJECT_VERSION = 1;
263
- DEVELOPMENT_TEAM = 852ZJU38RC ;
263
+ DEVELOPMENT_TEAM = WC59N2X3FV ;
264
264
ENABLE_BITCODE = NO;
265
265
INFOPLIST_FILE = FabricExample/Info.plist;
266
266
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
274
274
"-ObjC",
275
275
"-lc++",
276
276
);
277
- PRODUCT_BUNDLE_IDENTIFIER = "fdsfsdfsdcom-esegsefshshshssher .--PRODUCT-NAME-rfc1034identifier-";
277
+ PRODUCT_BUNDLE_IDENTIFIER = "fdsfsdfsdcom-esegsefser .--PRODUCT-NAME-rfc1034identifier-";
278
278
PRODUCT_NAME = FabricExample;
279
279
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
280
280
SWIFT_VERSION = 5.0;
289
289
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
290
290
CLANG_ENABLE_MODULES = YES;
291
291
CURRENT_PROJECT_VERSION = 1;
292
- DEVELOPMENT_TEAM = 852ZJU38RC ;
292
+ DEVELOPMENT_TEAM = WC59N2X3FV ;
293
293
INFOPLIST_FILE = FabricExample/Info.plist;
294
294
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
295
295
LD_RUNPATH_SEARCH_PATHS = (
302
302
"-ObjC",
303
303
"-lc++",
304
304
);
305
- PRODUCT_BUNDLE_IDENTIFIER = "fdsfsdfsdcom-esegsefshshshssher .--PRODUCT-NAME-rfc1034identifier-";
305
+ PRODUCT_BUNDLE_IDENTIFIER = "fdsfsdfsdcom-esegsefser .--PRODUCT-NAME-rfc1034identifier-";
306
306
PRODUCT_NAME = FabricExample;
307
307
SWIFT_VERSION = 5.0;
308
308
VERSIONING_SYSTEM = "apple-generic";
Original file line number Diff line number Diff line change 5
5
#include < audioapi/core/effects/GainNode.h>
6
6
#include < audioapi/core/effects/StereoPannerNode.h>
7
7
#include < audioapi/core/sources/AudioBuffer.h>
8
- #include < audioapi/core/sources/AudioBufferSourceNode.h>
9
8
#include < audioapi/core/sources/AudioBufferQueueSourceNode.h>
9
+ #include < audioapi/core/sources/AudioBufferSourceNode.h>
10
10
#include < audioapi/core/sources/OscillatorNode.h>
11
11
#include < audioapi/core/utils/AudioDecoder.h>
12
12
#include < audioapi/core/utils/AudioNodeManager.h>
Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ AudioBufferQueueSourceNode::~AudioBufferQueueSourceNode() {
35
35
buffers_ = {};
36
36
}
37
37
38
- std::shared_ptr<AudioParam> AudioBufferQueueSourceNode::getDetuneParam ()
39
- const {
38
+ std::shared_ptr<AudioParam> AudioBufferQueueSourceNode::getDetuneParam () const {
40
39
return detuneParam_;
41
40
}
42
41
You can’t perform that action at this time.
0 commit comments