react-native-audio-api 0.7.0-nightly-a914864-20250729 → 0.7.0-nightly-74078ac-20250730
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.
|
@@ -16,7 +16,7 @@ namespace audioapi {
|
|
|
16
16
|
class CircularOverflowableAudioArray : public AudioArray {
|
|
17
17
|
public:
|
|
18
18
|
explicit CircularOverflowableAudioArray(size_t size);
|
|
19
|
-
CircularOverflowableAudioArray(const CircularOverflowableAudioArray &other) =
|
|
19
|
+
CircularOverflowableAudioArray(const CircularOverflowableAudioArray &other) = delete;
|
|
20
20
|
~CircularOverflowableAudioArray() = default;
|
|
21
21
|
|
|
22
22
|
/// @brief Writes data to the circular buffer.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-audio-api",
|
|
3
|
-
"version": "0.7.0-nightly-
|
|
3
|
+
"version": "0.7.0-nightly-74078ac-20250730",
|
|
4
4
|
"description": "react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification",
|
|
5
5
|
"bin": {
|
|
6
6
|
"setup-rn-audio-api-web": "./scripts/setup-rn-audio-api-web.js"
|