Commit 414255d
Invalid engine states on recording or playback start (#1005)
* fix: sloppified fix for engine/session management
* fix: format with valid clang-format version
* fix: cleanup hallucination v1
* fix: recorder host object missing function definition
* fix: invalid engine state after session deactivation
* fix: cleanup unnecessary code
* fix: cleanup unnecessary code
* feat: ios engine test coverage + small cleanups
* feat: works
* fix: re-create engine together with nodes
* fix: remove tmp files, better recorder start error flow
* fix: cleanup tests
* fix: cleanup stress tests slop
* chore: cleanup
* ci: format
* fix: ios recorder tests
* fix: wants vs has (#1017)
* fix: removed unnecesary screen
* test: recorder restarts an engine
* refactor: removed old todos and use resolved buffer size
* fix: removed batchDurationSeconds
---------
Co-authored-by: michal <dydmichal@gmail.com>
Co-authored-by: maciejmakowski2003 <maciejmakowski2003@users.noreply.github.com>1 parent 7a61289 commit 414255d
68 files changed
Lines changed: 7382 additions & 373 deletions
File tree
- .github
- apps
- common-app/src
- demos/Record
- examples
- AudioFile
- AudioPipelineStress
- Record
- testComponents
- fabric-example
- ios
- FabricExample.xcodeproj
- FabricExampleTests
- FabricExample
- packages/react-native-audio-api
- android/src/main/cpp/audioapi/android/core
- common/cpp/audioapi
- HostObjects/inputs
- core
- effects
- inputs
- sources
- utils
- ios/audioapi/ios
- core
- system
- src
- core
- mock
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments