Commit Graph

464 Commits

Author SHA1 Message Date
shogo4405 08e7bccf29 Rename multiTrackMixing to multiTrackAudioMixing. 2024-04-14 18:44:06 +09:00
shogo4405 1c8eeaff49 Add IOAudioMixerConvertibleBySingleTrack. 2024-04-14 11:59:04 +09:00
shogo4405 a54a9f8948 Rename channel to track. 2024-04-13 16:50:43 +09:00
shogo4405 65cbf34465 Improve handling of RTMP timestamps. 2024-04-11 22:52:40 +09:00
shogo4405 44c324fb22 fix can't compile ViewModel.swift 2024-04-09 10:18:52 +09:00
shogo4405 79e38bee0b Update FLVAnalyzerViewController.swift 2024-04-09 01:59:05 +09:00
shogo4405 4aff4aa289 Update NetStreamSwitcher.swift 2024-04-09 00:14:36 +09:00
shogo4405 3b18d7dba0 FLVAnalyzerViewController 2024-04-08 22:10:12 +09:00
shogo4405 5304ebe4c4 Rename IOStreamVideoAdaptiveNetBitRateStrategy to 2024-04-06 18:20:01 +09:00
shogo4405 8d5d887d82 Remove default IOStream: SCStreamOutput extension. 2024-04-06 15:46:40 +09:00
shogo4405 0fc527de63 Migration mediaType. 2024-04-06 14:44:43 +09:00
shogo4405 111056af9c Allow SwiftLint. 2024-04-06 13:14:53 +09:00
shogo4405 21788abe03 Remove func streamDidOpen(_ stream: IOStream). 2024-04-06 12:27:06 +09:00
shogo4405 4984b4227c Rename IOStreamDrawable to IOStreamView. 2024-04-06 12:21:34 +09:00
shogo4405 2cffc1f430 IORecorder to IOStreamRecorder. 2024-04-06 12:20:28 +09:00
shogo4405 886e8ff8f5 Merge pull request #1386 from stream-labs/feature/basic-audio-mixer
Add multichannel audio mixer
2024-04-06 12:10:37 +09:00
shogo4405 6b24a7be88 Support attachVideo() for visionOS. 2024-03-27 23:29:00 +09:00
shogo4405 f4bcd1a9be Update Preference.swift 2024-03-24 14:45:41 +09:00
shogo4405 3052fce81c Support FMLE-compatible sequences. 2024-03-22 14:51:35 +09:00
levs42 a475e05a09 Add multichannel audio mixer 2024-03-12 17:41:30 -07:00
levs42 1d72595127 Add IOStream readyState delegate observer 2024-02-13 10:39:37 -08:00
Jeremy Ramer 938a9d825b Allow audio to work for SwiftUI. 2023-12-19 15:00:38 -07:00
Jeremy Ramer b5f2e8792d Fix initial video settings for SwiftUI. 2023-12-19 14:57:36 -07:00
shogo4405 f29c590977 Refactor IOVideoUnit: AVCaptureVideoDataOutputSampleBufferDelegate. 2023-12-19 01:03:34 +09:00
shogo4405 769273f89c Rename MultiCamCaptureSettings to IOVideoMixerSettings. 2023-12-16 02:53:04 +09:00
shogo4405 0a3dad3857 Rename NetStream to IOStream. 2023-12-15 21:31:02 +09:00
shogo4405 0ee14d3405 Change a method signature. 2023-12-14 17:42:55 +09:00
shogo4405 55939e1370 seamlessly handle the mixing of multiple cameras. 2023-12-10 23:58:08 +09:00
shogo4405 4d16635e4d Bump to up 1.7.2. 2023-12-10 14:16:47 +09:00
shogo4405 a5c0b3a8b1 Performance improvement. 2023-12-09 13:23:20 +09:00
shogo4405 b49b69eefb Remove unnecessary code. 2023-11-26 22:25:55 +09:00
shogo4405 90724397cf Fix can't playback audio streo. 2023-11-20 22:40:16 +09:00
shogo4405 7e914d8534 Add Example visionOS. 2023-11-18 16:23:32 +09:00
shogo4405 d6bc7a4f32 Refactor IOVideoUnit#attachCamera method. 2023-11-18 01:34:08 +09:00
shogo4405 a4a2e77f5d fix iOSSwiftUI compile error. 2023-11-04 08:18:20 +09:00
shogo4405 03571c806d Refactor getter for lockQueue. 2023-11-02 03:21:30 +09:00
shogo4405 df66ce4d72 Update macOS Examples. 2023-11-02 02:39:31 +09:00
shogo4405 b251f9195e Update MemoryUsage.swift 2023-10-29 23:58:05 +09:00
shogo4405 94813001b8 Adding additional documents. 2023-10-24 22:55:39 +09:00
shogo4405 8daab66ee1 Update Examples codes. 2023-10-15 16:28:06 +09:00
shogo4405 a79dbc4174 Add IOTellyUnit. 2023-10-13 02:06:34 +09:00
shogo4405 68ea543736 Implementation of structural changes related to IOMixer. 2023-10-11 21:51:32 +09:00
shogo4405 8a272b2fd0 Update NetStreamSwitcher for Example app. 2023-10-10 22:40:01 +09:00
shogo4405 5fff055f35 Remove HLSService feature. 2023-10-09 22:20:09 +09:00
shogo4405 06dc1b23ae Reviewing the timestamp calculation process. 2023-10-09 20:30:40 +09:00
shogo4405 b1b7a89319 Update Example iOS. 2023-10-09 08:30:19 +09:00
shogo4405 2600753ff2 Add stream.appendAudioBuffer interface. 2023-10-08 22:51:30 +09:00
shogo4405 85906b91e1 Fixed to display the camera on tvOS. 2023-10-07 00:42:59 +09:00
shogo4405 a93b4bd2c6 Update SampleHandler.swift 2023-10-06 21:07:41 +09:00
shogo4405 65e8a6ea2f Migration HKView to PiPHKView, MTHKView. 2023-10-04 22:07:37 +09:00