expo-juce 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ios/BeeperAudioEngine.mm +1 -1
- package/package.json +1 -1
package/ios/BeeperAudioEngine.mm
CHANGED
|
@@ -173,7 +173,7 @@ static TransportEngine* sTransport = nullptr;
|
|
|
173
173
|
|
|
174
174
|
// 9. Create player and attach to device
|
|
175
175
|
sPlayer = new GraphPlayer();
|
|
176
|
-
sPlayer->setProcessor(sGraph
|
|
176
|
+
sPlayer->setProcessor(sGraph);
|
|
177
177
|
sDeviceManager->addAudioCallback(sPlayer);
|
|
178
178
|
|
|
179
179
|
self.isReady = true;
|