Commit Graph

3019 Commits

Author SHA1 Message Date
shogo4405 e458ee25a1 Adding code that exhausts the memory 2023-10-03 20:17:35 +09:00
Zach Simone 9ff4df11c7 Serialise CGFloat values. 2023-10-03 15:44:53 +11:00
shogo4405 6dd23938ee Refactoring IOAudioUnit. 2023-10-03 03:49:50 +09:00
shogo4405 f840445b29 typealias FormatDescription = AVAudioFormat 2023-10-01 18:58:36 +09:00
shogo4405 56e5391378 fix playback not working on the main branch 2023-10-01 17:01:04 +09:00
shogo4405 682b2081c3 Update tvOS Example. 2023-10-01 10:07:37 +09:00
shogo4405 858899b71f Update Xcode settings. 2023-10-01 08:11:38 +09:00
shogo4405 832e246253 Remove print. 2023-09-30 18:59:55 +09:00
shogo4405 f656089b00 Merge pull request #1308 from shogo4405/feature/bitrate-storategy
Support the NetBitRateStrategy.
2023-09-30 18:55:31 +09:00
shogo4405 6b048d325e add BitrateStrategy 2023-09-30 17:33:09 +09:00
shogo4405 3050627256 Make private var codec IOVideoUnit, IOAudioUnit. 2023-09-30 13:52:38 +09:00
shogo4405 53689f0a44 Merge pull request #1307 from shogo4405/feature/xros
Support visionOS.
2023-09-29 20:33:03 +09:00
shogo4405 780449bc2b https://github.com/shogo4405/HaishinKit.swift/pull/1298#discussion_r1340743925 2023-09-29 20:31:03 +09:00
shogo4405 192358e360 Support visionOS. 2023-09-29 16:21:12 +09:00
shogo4405 d8819eae63 Refactor IOMixer, IOVideoUnit, IOAudioUnit. 2023-09-29 09:34:03 +09:00
shogo4405 7c94fbbd31 Merge pull request #1304 from shogo4405/feature/metada
Creating RTMP onMetaData based on input data.
2023-09-26 20:52:56 +09:00
shogo4405 360da8cee6 Creating RTMP onMetaData based on input data. 2023-09-26 11:09:34 +09:00
shogo4405 588a247759 I have made public the methods that are not recommended for overriding. 2023-09-25 20:30:15 +09:00
shogo4405 f9c8c16320 MediaLink generic. 2023-09-25 20:24:24 +09:00
shogo4405 92286e3374 fixed audio was not republished during retries. 2023-09-24 18:26:24 +09:00
shogo4405 041a51373a Merge pull request #1303 from shogo4405/feature/tvOS
Availabe tvOS17.0 publish feature.
2023-09-24 13:20:17 +09:00
shogo4405 3beb46f813 Availabe tvOS17.0 publish feature. 2023-09-24 13:01:58 +09:00
shogo4405 4d657b7d47 Merge pull request #1301 from shogo4405/dependabot/bundler/fastlane-2.216.0
Bump fastlane from 2.215.0 to 2.216.0
2023-09-24 12:50:45 +09:00
shogo4405 b47ec65607 Merge pull request #1302 from shogo4405/dependabot/bundler/cocoapods-1.13.0
Bump cocoapods from 1.12.1 to 1.13.0
2023-09-24 12:50:38 +09:00
dependabot[bot] 44d851fb0c Bump cocoapods from 1.12.1 to 1.13.0
Bumps [cocoapods](https://github.com/CocoaPods/CocoaPods) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/CocoaPods/CocoaPods/releases)
- [Changelog](https://github.com/CocoaPods/CocoaPods/blob/master/CHANGELOG.md)
- [Commits](https://github.com/CocoaPods/CocoaPods/compare/1.12.1...1.13.0)

---
updated-dependencies:
- dependency-name: cocoapods
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-24 00:51:23 +00:00
dependabot[bot] 29d8fb53fd Bump fastlane from 2.215.0 to 2.216.0
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.215.0 to 2.216.0.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Commits](https://github.com/fastlane/fastlane/compare/fastlane/2.215.0...fastlane/2.216.0)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-24 00:51:07 +00:00
shogo4405 80b8125c35 Merge pull request #1300 from shogo4405/feature/audio-video-sync
Revised the lipSync cinematic.
2023-09-24 04:24:47 +09:00
shogo4405 7f790774ff Revised the lipSync cinematic. 2023-09-24 02:39:07 +09:00
shogo4405 fe5b982c22 Revised the conditions for metadata detection. 2023-09-24 00:58:41 +09:00
shogo4405 d55a6a1597 Merge pull request #1298 from shogo4405/feature/mono-to-stereo
Support downmix feature and refactor.
2023-09-23 12:16:02 +09:00
shogo4405 a6725f4b96 Support downmix feature and refactor. 2023-09-23 00:53:53 +09:00
shogo4405 5e431718eb Merge pull request #1296 from shogo4405/feature/rename-loopback-to-monitoring
Rename loopback to isMonitoringEnabled
2023-09-20 09:24:38 +09:00
shogo4405 8d9e3aa54f Rename loopback to isMonitoringEnabled 2023-09-20 08:26:41 +09:00
shogo4405 552430f892 Remove unused code. 2023-09-18 02:58:18 +09:00
shogo4405 3d7b1c3465 Merge pull request #1294 from shogo4405/feature/resampler
Audio resampling.
2023-09-18 00:31:17 +09:00
shogo4405 f182dea75e Audio resampling feature. 2023-09-18 00:06:39 +09:00
shogo4405 b52c092e50 Merge pull request #1295 from shogo4405/dependabot/bundler/fastlane-2.215.0
Bump fastlane from 2.214.0 to 2.215.0
2023-09-17 13:42:21 +09:00
dependabot[bot] e6b8a62990 Bump fastlane from 2.214.0 to 2.215.0
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.214.0 to 2.215.0.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Commits](https://github.com/fastlane/fastlane/compare/fastlane/2.214.0...fastlane/2.215.0)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-17 00:22:27 +00:00
shogo4405 21a5538475 tvOS 17.0 for AVCaptureSession. 2023-09-17 01:34:17 +09:00
shogo4405 ff27e71814 fix compile error Tests 2023-09-15 16:16:45 +09:00
shogo4405 ba5af2f4c3 Merge pull request #1293 from shogo4405/feature/bump-to-up-160
Bump to up 1.6.0
1.6.0
2023-09-15 13:10:47 +09:00
shogo4405 e4c23dbdc7 Bump to up 1.6.0 2023-09-15 11:36:41 +09:00
shogo4405 6a7161e75b Remove unnecessary DispatchQueue. 2023-09-14 01:57:38 +09:00
shogo4405 5c3fd52ce3 Merge pull request #1284 from shogo4405/feature/xcode15
Bump Xcode to 15.0.
2023-09-13 19:58:20 +09:00
shogo4405 9df163ef8e ExistentialAny 2023-09-11 21:36:34 +09:00
shogo4405 97510b7b15 Update README.md 2023-09-11 20:54:48 +09:00
shogo4405 37d2903b7c Update RTMPStream.swift 2023-09-11 03:32:27 +09:00
shogo4405 df1242d8cd Suppress warnings. 2023-09-11 03:32:27 +09:00
shogo4405 1c67bf64fc VideoSize to CGSize 2023-09-11 03:32:27 +09:00
shogo4405 7cb08c0cd4 Migration frameInterval to preferredFramesPerSecond. 2023-09-11 03:32:27 +09:00