Commit f33289f
merge main to docsprod (#483)
* docs: add docs for oscillator node
* docs: added wave shapes img
* docs: removed empty periodic wave screen
* docs: stereo panner node
* update installation docs to include metro config (#447)
* fix: linted file
* Feat/onended/added state to payload (#453)
* feat: added state to payload of onended event
* ci: yarn format
* fix: added appropriate type to arg of onended method
---------
Co-authored-by: Maciej Makowski <[email protected]>
* fix: number of channelCount
* fix: added possibility of disconnection between node and param in ts
* docs: add mention about connecting node to param
* feat: naive approach to streaming in beloved cpp (#461)
* feat: naive approach streaming in beloved cpp
* refactor: minor improvements
* fix: minor fix
* fix: bring back Audiofile example
* fix: renamed new node
* fix: revert project.pbxproj changes and formatting
---------
Co-authored-by: Maciej Makowski <[email protected]>
* docs: added search bar into the documentation
* Feat/streaming/additional features (#462)
* feat: added bufferId arg to enqueueBuffer and attached it to onended payload
* feat: added onPositionChanged event
* ci: yarn format
* fix: minor fix
---------
Co-authored-by: Maciej Makowski <[email protected]>
* Refactor/system settings and audio engine (#466)
* feat: added bufferId arg to enqueueBuffer and attached it to onended payload
* feat: added onPositionChanged event
* ci: yarn format
* fix: minor fix
* fix: fixed system settings
* fix: fixed engine connections
* feat: implemented setAudioSessionActivity
* ci: yarn format
* fix: small fix
---------
Co-authored-by: Maciej Makowski <[email protected]>
* fix: changed type of reason to string union
* fix: removed double unknown type
* fix: fixed NativeAudioAPIModuleSpec on oldArch (#470)
Co-authored-by: Maciej Makowski <[email protected]>
* fix: fixed building without withAudioAPI plugin (#471)
Co-authored-by: Maciej Makowski <[email protected]>
* Docs/audio manager (#458)
* docs: add audio manager documentation
* feat: rewrote types section
* docs: better info on returning types
* docs: added missing explanation and aligned with new impl
* fix: small typos
* fix: typos
* feat: extended examples
* fix: minor fixes (#474)
Co-authored-by: Maciej Makowski <[email protected]>
* fix: possibility of connecting node to param on web
* chore: readme update to 0.6.0
* chore: readme update to 0.6.0 v2
* chore: add 0.6.0 link
* fix: typo
* Revert "Chore/update readme 0.6.0"
* chore: small refactor in readme
* fix: config plugin defaults and types
* fix: config plugin defaults and types
* fix: cleanup types
* fix: fixed system playback speed (#479)
Co-authored-by: Maciej Makowski <[email protected]>
* Refactor/system audio settings and engines (#480)
* refactor: android system functions improvement
* ci: yarn format
* feat: added option to init audioContext suspended
* refactor: refactored audio player behaviors
* ci: yarn format
* refactor: small refactor of AudioContextOptions
* fix: small nitpick
* refactor: pausing engine only if all players are paused
* ci: yarn format
* fix: removed synchronized decorator from AudioAPIModule
---------
Co-authored-by: Maciej Makowski <[email protected]>
* fix returning status in requestRecordingPermissions (#473)
* fix: ios fix
* fix: android fix
* fix: 2nd iteration of andoroid implementation
* docs: added info note about plugin (#472)
* docs: added info note plugin
* fix: naming
* docs: removed info about connecting to only node from web audio api coverage
* fix: small fix
---------
Co-authored-by: Maciej Makowski <[email protected]>
Co-authored-by: michal <[email protected]>
---------
Co-authored-by: michal <[email protected]>
Co-authored-by: gabimoncha <[email protected]>
Co-authored-by: MichaΕ Dydek <[email protected]>
Co-authored-by: Maciej Makowski <[email protected]>
Co-authored-by: MichaΕ SΔk <[email protected]>1 parent c8a9c58 commit f33289f
File tree
82 files changed
+1779
-328
lines changed- .github/workflows
- apps/common-app/src/examples/AudioFile
- packages
- audiodocs
- docs
- core
- effects
- fundamentals
- other
- sources
- system
- types
- src
- components/Badges
- static/img
- react-native-audio-api
- android/src
- main
- cpp/audioapi/android/core
- java/com/swmansion/audioapi
- system
- res/drawable
- oldarch
- common/cpp/audioapi
- HostObjects
- core
- sources
- events
- ios/audioapi/ios
- core
- system
- src
- core
- events
- hooks
- plugin
- specs
- system
- web-core
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+1779
-328
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
48 | 54 | | |
49 | 55 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
48 | 43 | | |
49 | 44 | | |
50 | 45 | | |
| |||
Lines changed: 18 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
| |||
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
52 | | - | |
| 49 | + | |
53 | 50 | | |
54 | 51 | | |
55 | 52 | | |
| |||
59 | 56 | | |
60 | 57 | | |
61 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| 68 | + | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| |||
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
77 | | - | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | | - | |
82 | | - | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
127 | 132 | | |
128 | 133 | | |
129 | 134 | | |
130 | 135 | | |
131 | 136 | | |
132 | 137 | | |
133 | | - | |
| 138 | + | |
134 | 139 | | |
135 | 140 | | |
136 | 141 | | |
137 | 142 | | |
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
141 | | - | |
| 146 | + | |
142 | 147 | | |
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
146 | 151 | | |
147 | 152 | | |
148 | | - | |
| 153 | + | |
149 | 154 | | |
150 | 155 | | |
151 | 156 | | |
152 | 157 | | |
153 | 158 | | |
154 | 159 | | |
155 | | - | |
156 | | - | |
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
| |||
162 | 165 | | |
163 | 166 | | |
164 | 167 | | |
| 168 | + | |
165 | 169 | | |
166 | 170 | | |
167 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
38 | 84 | | |
39 | 85 | | |
40 | 86 | | |
| |||
43 | 89 | | |
44 | 90 | | |
45 | 91 | | |
46 | | - | |
| 92 | + | |
47 | 93 | | |
48 | 94 | | |
49 | 95 | | |
| |||
59 | 105 | | |
60 | 106 | | |
61 | 107 | | |
62 | | - | |
| 108 | + | |
63 | 109 | | |
64 | 110 | | |
65 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
Lines changed: 75 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
38 | 112 | | |
39 | 113 | | |
40 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments