Commit Graph

3019 Commits

Author SHA1 Message Date
shogo4405 89cc0ee538 Bump to up 1.8.1 2024-05-26 15:58:15 +09:00
shogo4405 f4a69b81c0 Add maximumNumberOfChannels property. 2024-05-26 15:38:28 +09:00
shogo4405 3e1604ee6b Merge pull request #1450 from shogo4405/feature/replaykit-3channel
Fixed #1444
2024-05-24 22:57:26 +09:00
shogo4405 189bede59c refs #1444 2024-05-24 22:09:34 +09:00
shogo4405 d1a20dbb8e Update README.md 2024-05-23 06:55:03 +09:00
shogo4405 c9d97bf7f8 Merge pull request #1448 from shogo4405/feature/macos-mirror-options
Since isVideoMirrored is now working on macOS, discontinue the workaround.
2024-05-23 03:41:15 +09:00
shogo4405 59dfcdfed6 Remove reflectHorizontal() methods. 2024-05-22 00:28:31 +09:00
shogo4405 d167f745a4 Merge pull request #1446 from shogo4405/feature/metadata-duration
[TBA] refs #1410 add metadata to duration.
2024-05-21 20:44:11 +09:00
shogo4405 e9d2ed4e9e refs #1410 add metadata to duration. 2024-05-19 10:07:21 +09:00
shogo4405 ef740f4f03 Merge pull request #1445 from shogo4405/feature/metadata-ecmaarray
onMetaData must be ECMAArray.
2024-05-18 15:40:52 +09:00
shogo4405 22a6cbb357 onMetaData must be ECMAArray. 2024-05-18 11:04:32 +09:00
shogo4405 1d92d9b33c Merge pull request #1443 from shogo4405/dependabot/bundler/rexml-3.2.8
Bump rexml from 3.2.6 to 3.2.8
2024-05-17 10:17:01 +09:00
dependabot[bot] 50bfd927f8 Bump rexml from 3.2.6 to 3.2.8
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.2.8)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 21:43:54 +00:00
shogo4405 0fb085ff16 Fix crash re-entered playback tab. 2024-05-16 22:18:44 +09:00
shogo4405 c08eb35a7b Merge pull request #1442 from shogo4405/feature/fix-memory-leak-audio-mixer
fixed memory leak IOAudioMixer classes.
2024-05-13 06:05:21 +09:00
shogo4405 f221777b2b fixed memory leak IOAudioMixer classes. 2024-05-13 04:11:31 +09:00
shogo4405 299562f13c Suppress warnings. 2024-05-13 02:59:19 +09:00
shogo4405 38afa317f6 Merge pull request #1439 from shogo4405/feature/fix-dose-not-work-input-buffer
Fix don't call delegate methods incoming buffers.
2024-05-08 00:55:25 +09:00
shogo4405 8719bce87b Fix don't call delegate methods incoming buffers. 2024-05-08 00:40:30 +09:00
shogo4405 52a34fd261 Merge pull request #1434 from shogo4405/dependabot/bundler/jazzy-0.15.0
Bump jazzy from 0.14.4 to 0.15.0
2024-05-05 15:15:32 +09:00
dependabot[bot] ab97f85d9e Bump jazzy from 0.14.4 to 0.15.0
Bumps [jazzy](https://github.com/realm/jazzy) from 0.14.4 to 0.15.0.
- [Release notes](https://github.com/realm/jazzy/releases)
- [Changelog](https://github.com/realm/jazzy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/realm/jazzy/compare/v0.14.4...v0.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-05 00:12:19 +00:00
shogo4405 9cf530c218 Refactor CMFormatDescription.configurationBox. 2024-05-04 16:14:20 +09:00
shogo4405 1f14f3596f Merge pull request #1433 from shogo4405/feature/rtmp-connection-supported-fourcc-list
Extending NetConnection connect Command(fourCcList)
2024-05-04 14:18:09 +09:00
shogo4405 a312272c0d Refactor IOAudioTIme. 2024-05-04 01:55:46 +09:00
shogo4405 cf4e8297dc Update CMSampleBuffer+Extension. 2024-05-03 22:53:40 +09:00
shogo4405 eda45afe95 Extending NetConnection connect Command(fourCcList) 2024-05-03 21:49:13 +09:00
shogo4405 e470f24232 Update README.md 2024-05-02 12:22:12 +09:00
shogo4405 69d5e0a8aa Updates to the documentation, etc. 2024-05-02 12:01:23 +09:00
shogo4405 56417f090f Merge pull request #1432 from shogo4405/feature/aac-multi-channels
Supports AAC codec multi-channels.
2024-05-02 04:02:54 +09:00
shogo4405 2f518c5d9b Supports AAC codec multi-channels. 2024-05-02 03:58:47 +09:00
shogo4405 7327e2b240 fix can't build visionOS 1.8.0 2024-04-29 23:31:02 +09:00
shogo4405 562a359196 Merge branch 'release/1.8.0' 2024-04-29 23:20:04 +09:00
shogo4405 a77a66f190 Support for StrictArray. 2024-04-29 22:34:44 +09:00
shogo4405 9ddd2e23da Bump to up 1.8.0. 2024-04-29 21:36:48 +09:00
shogo4405 450fb842a1 Refactor AudioCodec. 2024-04-29 16:20:17 +09:00
shogo4405 d0abde9bf1 fix can't recording. 2024-04-29 04:07:32 +09:00
shogo4405 ff0a3962e4 Update Test cases. 2024-04-29 02:01:14 +09:00
shogo4405 f0628e6137 Refactor IOAudioMixer classes. 2024-04-28 18:48:47 +09:00
shogo4405 cfef6192b5 Refactor SRTStream. 2024-04-27 15:20:48 +09:00
shogo4405 40b6e97f2d Update README.md 2024-04-27 14:31:14 +09:00
shogo4405 b8e2d88290 The AudioMixer supports more than 2 channels. 2024-04-27 13:36:03 +09:00
shogo4405 7183c7b41d Refactor AVAudioUtil. 2024-04-26 00:39:07 +09:00
shogo4405 a875e07691 Merge pull request #1430 from shogo4405/feature/audio-track-volume-control
Add volume control feature by track.
2024-04-25 21:25:38 +09:00
shogo4405 df76bcca6c Add volume control feature by track. 2024-04-25 20:26:38 +09:00
shogo4405 7fb91c428a Merge pull request #1429 from shogo4405/feature/fixed-1423
Allow dynamic changes of format description.
2024-04-24 03:35:50 +09:00
shogo4405 cbf1ed9e62 Allow dynamic changes of format description. 2024-04-24 03:02:50 +09:00
shogo4405 78a945ab36 Remove unnecessary assets. 2024-04-24 02:01:42 +09:00
shogo4405 25e5f2cd3d Refactoring TSWriter/TSReader. 2024-04-24 01:24:59 +09:00
shogo4405 add08ed600 Update README.md 2024-04-23 23:53:54 +09:00
shogo4405 6a31596356 Enable audio capture from separate sources on macOS. 2024-04-23 02:19:21 +09:00