mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #603] [CLOSED] Remote Microphone Implemented #1170
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/603
Author: @ValonK
Created: 4/21/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (6)
bedfdd8Without Changes94e31fbFixedf7eed58Added changes from Dragon :)b2c6aabimplmented speak feature9bfc65eUpdate Settings.cs28978e3Fixed #573📊 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.