[PR #603] [CLOSED] Remote Microphone Implemented #1170

Closed
opened 2026-02-27 15:53:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/603
Author: @ValonK
Created: 4/21/2017
Status: Closed

Base: masterHead: master


📝 Commits (6)

📊 Changes

166 files changed (+16347 additions, -1041 deletions)

View changed files

📝 .gitignore (+3 -1)
📝 Client/Client.csproj (+55 -0)
📝 Client/Config/Settings.cs (+2 -2)
📝 Client/Core/AForge/Video.DirectShow/CameraControlProperty.cs (+3 -3)
📝 Client/Core/AForge/Video.DirectShow/FilterInfo.cs (+6 -6)
📝 Client/Core/AForge/Video.DirectShow/FilterInfoCollection.cs (+7 -7)
📝 Client/Core/AForge/Video.DirectShow/Internals/IAMCameraControl.cs (+3 -4)
📝 Client/Core/AForge/Video.DirectShow/Internals/IAMCrossbar.cs (+1 -2)
📝 Client/Core/AForge/Video.DirectShow/Internals/IAMStreamConfig.cs (+3 -4)
📝 Client/Core/AForge/Video.DirectShow/Internals/IAMVideoControl.cs (+4 -4)
📝 Client/Core/AForge/Video.DirectShow/Internals/IBaseFilter.cs (+4 -4)
📝 Client/Core/AForge/Video.DirectShow/Internals/ICaptureGraphBuilder2.cs (+4 -4)
📝 Client/Core/AForge/Video.DirectShow/Internals/ICreateDevEnum.cs (+5 -5)
📝 Client/Core/AForge/Video.DirectShow/Internals/IEnumFilters.cs (+3 -4)
📝 Client/Core/AForge/Video.DirectShow/Internals/IEnumPins.cs (+3 -4)
📝 Client/Core/AForge/Video.DirectShow/Internals/IFilterGraph.cs (+4 -4)
📝 Client/Core/AForge/Video.DirectShow/Internals/IFilterGraph2.cs (+5 -5)
📝 Client/Core/AForge/Video.DirectShow/Internals/IGraphBuilder.cs (+4 -4)
📝 Client/Core/AForge/Video.DirectShow/Internals/IMediaControl.cs (+3 -4)
📝 Client/Core/AForge/Video.DirectShow/Internals/IMediaEventEx.cs (+4 -4)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/603 **Author:** [@ValonK](https://github.com/ValonK) **Created:** 4/21/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`bedfdd8`](https://github.com/quasar/Quasar/commit/bedfdd8817a85d0e5b6227c40c8171cc1890fa28) Without Changes - [`94e31fb`](https://github.com/quasar/Quasar/commit/94e31fbe6a7374d895e717d6a49647a61f276867) Fixed - [`f7eed58`](https://github.com/quasar/Quasar/commit/f7eed58f6dc10223e1d52236c6ed6a74b5750ad9) Added changes from Dragon :) - [`b2c6aab`](https://github.com/quasar/Quasar/commit/b2c6aabcabf8bc24929d2b05393d24f236d94659) implmented speak feature - [`9bfc65e`](https://github.com/quasar/Quasar/commit/9bfc65e6d76cf9cc11ef7bdf632accde8a836bd2) Update Settings.cs - [`28978e3`](https://github.com/quasar/Quasar/commit/28978e30ef1281282be5ea3ac2ad66590d16fa92) Fixed #573 ### 📊 Changes **166 files changed** (+16347 additions, -1041 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -1) 📝 `Client/Client.csproj` (+55 -0) 📝 `Client/Config/Settings.cs` (+2 -2) 📝 `Client/Core/AForge/Video.DirectShow/CameraControlProperty.cs` (+3 -3) 📝 `Client/Core/AForge/Video.DirectShow/FilterInfo.cs` (+6 -6) 📝 `Client/Core/AForge/Video.DirectShow/FilterInfoCollection.cs` (+7 -7) 📝 `Client/Core/AForge/Video.DirectShow/Internals/IAMCameraControl.cs` (+3 -4) 📝 `Client/Core/AForge/Video.DirectShow/Internals/IAMCrossbar.cs` (+1 -2) 📝 `Client/Core/AForge/Video.DirectShow/Internals/IAMStreamConfig.cs` (+3 -4) 📝 `Client/Core/AForge/Video.DirectShow/Internals/IAMVideoControl.cs` (+4 -4) 📝 `Client/Core/AForge/Video.DirectShow/Internals/IBaseFilter.cs` (+4 -4) 📝 `Client/Core/AForge/Video.DirectShow/Internals/ICaptureGraphBuilder2.cs` (+4 -4) 📝 `Client/Core/AForge/Video.DirectShow/Internals/ICreateDevEnum.cs` (+5 -5) 📝 `Client/Core/AForge/Video.DirectShow/Internals/IEnumFilters.cs` (+3 -4) 📝 `Client/Core/AForge/Video.DirectShow/Internals/IEnumPins.cs` (+3 -4) 📝 `Client/Core/AForge/Video.DirectShow/Internals/IFilterGraph.cs` (+4 -4) 📝 `Client/Core/AForge/Video.DirectShow/Internals/IFilterGraph2.cs` (+5 -5) 📝 `Client/Core/AForge/Video.DirectShow/Internals/IGraphBuilder.cs` (+4 -4) 📝 `Client/Core/AForge/Video.DirectShow/Internals/IMediaControl.cs` (+3 -4) 📝 `Client/Core/AForge/Video.DirectShow/Internals/IMediaEventEx.cs` (+4 -4) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1170
No description provided.