summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)Author
2025-12-15New SDCAVAD sample.Daniel Rugerio
2025-01-15[audio/sysvad] Use C++17 (#1247)Adonais Romero González
2024-11-22Remove legacy EmbedManifest property.Adonais Romero Gonzalez
2024-09-19Merge pull request #1220 from judzmura/simpleAudioUpdatesAdonais Romero González
Small fixes to sample.
2024-09-19Small fixes to sample.Julia DZmura
2024-07-01Standarize INF files enconding to UTF-16 (LE with BOM); renormalize filesAdonais Romero Gonzalez
2024-02-26Remove x86 and ARM configurations for sample projects. (#1126)Adonais Romero González
* Removed Win32 and Arm from the project configurations. * Set default platform to x64.
2023-08-11Removed unused string tokens related to MediaCategories (#1018)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-06-01[audio/Acx] Remove ARM and x86 platforms from AudioCodec sample driver (#987)Julia D'Zmura
2023-04-10Inf Updates to Audio Samples (#970)Julia D'Zmura
Updating target versions for inf.
2023-03-09INFs using DIRID 13 should target only build 16299 or later - audio updates ↵Jason
(#923) INFs using DIRID 13 should only target build 16299 and later - audio updates Co-authored-by: Jason Knichel <[email protected]>
2023-03-09Updates to Sysvad and SimpleAudioSample. (#917)Julia D'Zmura
* Updates to Sysvad and simpleAudioSample. * Changing dash to ASCII.
2023-03-07Adding the AudioCodec ACX sample driver to Github. (#882)Julia D'Zmura
* Adding the AudioCodec acx sample driver to Github. * Fix to make AudioCodec driver all build in one solution file. Builds in ARM64 now.
2023-02-08fix the characters that are not unicode to build without problem (#784)naruto0426
2023-02-02Updates to make Sysvad and SimpleAudioSample Windows Drivers Compliant (#845)Julia D'Zmura
Updating sysvad and simpleaudiosample drivers.
2022-04-05Removing Unused variable from SimpleAudioSample (#710)judzmura
There was a variable (MicArray_180_Degrees) being initialized but not used which was causing a warning and a subsequent failure when building the driver in the Windows Driver Kit TP process. This was fixed by removing the variable's initialization. Validated by building the driver and making sure it still installs and works correctly.
2021-08-13audio: Updates for Windows 10 22000 (#655)Daniel Rugerio
* Updates for Windows 10 22000. * Change how WIL is consumed.
2021-04-14Update SimpleAudioSample and Sysvad to use SHA256 signing. (#606)judzmura
* Update simpleAudioSample to use SHA256 signing. * Update sysvad to use SHA256 driver signing.
2021-03-29Adds the HLK APO tests to the public github for windows-driver-samples. (#597)Brandon Obermeyer
This change is to add the HLK APO tests to the windows-driver-samples to allow for any partners to take a look at the tests to know what exactly is being tested when they run the HLK APO tests.
2021-03-01Add SimpleAudioSample driver. (#577)judzmura
* Add SimpleAudioSample driver. * Fixed outdated copyrights and updated readme. * Added Filters as a dependency for Main and defined FileDigestAlgorithm as SHA256.
2020-09-10Updates to SysVAD (#527)193191Daniel Rugerio
* Fixed build errors when disabling sideband, * A note about the SysVAD sample and HLK testing.
2020-05-13Update to SysVAD, Wave test and public sample of KS Position Test (#496)147237Daniel Rugerio
* Update to Wave test and public sample of KS Position test. * Update to the SysVAD audio driver sample. * Add the PnpLockDown property.
2020-01-06Update README.md111986Barry Golden
2020-01-03Update README.md111600Barry Golden
2019-12-04Updates on the SysVAD driver sample (#443)104069Daniel Rugerio
* Update SysVAD public sample. * Add WaveTest public sample. * Modify the componentized audio samples to include the addComponent directive. * Dropped the Phone Audio sample. * Updated README.md. * Added explanation for the Phone Audio sample.
2019-09-12Update README.md (#415)833418334083339833388333783336833358333483333Barry Golden
2019-08-21Update README.mdBarry Golden
2019-08-20Update README.md (#404)Barry Golden
2019-08-17Update README.mdBarry Golden
2019-07-15Update README 6660566604666036660266601666006659966598665976659666595665946659366592665916659066589665886658766586665856658466583Den Delimarsky
2019-07-04Update sample metadataDen Delimarsky
2019-06-28Update audio samples (#387)Daniel Rugerio
* Update SysVAD public sample. * Add WaveTest public sample.
2019-03-13Testing onboarding more samples44819448184481744816448154481444813448124481144810Den Delimarsky
2019-03-13Update manifestsDen Delimarsky
2019-03-13Update READMEDen Delimarsky
2019-03-13Update READMEsDen Delimarsky
2019-03-13Update README metadataDen Delimarsky
2019-03-13Testing samples browser integrationDen Delimarsky
2019-03-12Fix broken links to 'Preparing a Computer for Manual Driver Deployment' (#338)Luc Rubio
2019-03-12Update README.md for samples portal (#358)Barry Golden
* Update README.md for samples portal * Update README.md for samples portal * Removed installwdf * Update fork (#2) * Fix typo ture -> true * Remove InstallWdf sample * Fix typo (#340) ture -> true * Readme typo fix (#349) * Update langid
2018-11-16Bug fix: Non paged functions in MinWaveRT should not be inline (#313)Girish Pattabiraman
* Format Changes ============== * Add KSEVENT_PINCAPS_FORMATCHANGE to Bluetooth HFP Endpoints * Remove 8 bit formats from Bluetooth HFP Endpoints Name Template ============== * Bluetooth Endpoints are now based on templates in INF and then customized with endpoints specific data Sideband Common Interface for future Sideband buses =================================================== * Add ISidebandDevice * Add current directory to TabletAudioSample include path. Remove unused compiler flags. * RS4 bug fixes * Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at DISPATCH_LEVEL * Resync with Microsoft-master branch * Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at DISPATCH_LEVEL * RS5 updates: - USB Sideband implementation - Power management options: _USE_IPortClsRuntimePower, _USE_SingleComponentMultiFxStates * Bug fix: Non paged code in Wave Filter should not be defined Inline.
2018-11-12RS5 Updates (#311)Girish Pattabiraman
* Format Changes ============== * Add KSEVENT_PINCAPS_FORMATCHANGE to Bluetooth HFP Endpoints * Remove 8 bit formats from Bluetooth HFP Endpoints Name Template ============== * Bluetooth Endpoints are now based on templates in INF and then customized with endpoints specific data Sideband Common Interface for future Sideband buses =================================================== * Add ISidebandDevice * Add current directory to TabletAudioSample include path. Remove unused compiler flags. * RS4 bug fixes * Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at DISPATCH_LEVEL * Resync with Microsoft-master branch * Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at DISPATCH_LEVEL * RS5 updates: - USB Sideband implementation - Power management options: _USE_IPortClsRuntimePower, _USE_SingleComponentMultiFxStates
2018-11-12Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at ↵Girish Pattabiraman
DISPATCH_LEVEL (#296) * Format Changes ============== * Add KSEVENT_PINCAPS_FORMATCHANGE to Bluetooth HFP Endpoints * Remove 8 bit formats from Bluetooth HFP Endpoints Name Template ============== * Bluetooth Endpoints are now based on templates in INF and then customized with endpoints specific data Sideband Common Interface for future Sideband buses =================================================== * Add ISidebandDevice * Add current directory to TabletAudioSample include path. Remove unused compiler flags. * RS4 bug fixes * Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at DISPATCH_LEVEL * Resync with Microsoft-master branch * Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at DISPATCH_LEVEL
2018-09-24Updated YAML manifest for Microsoft Samples portal. (#287)Barry Golden
* Rename YAML manifests to use .yml extension * Add preserveParentHierarchy: true to YAML manifest * Updated YAML manifest for Microsoft Samples portal. * Fix YAML newline warnings * Updated vssolution path in YAML manifests
2018-08-13Update sample to get ready for RS4 changes - merge pre-RS4 fixes. (#256)Girish Pattabiraman
* Format Changes ============== * Add KSEVENT_PINCAPS_FORMATCHANGE to Bluetooth HFP Endpoints * Remove 8 bit formats from Bluetooth HFP Endpoints Name Template ============== * Bluetooth Endpoints are now based on templates in INF and then customized with endpoints specific data Sideband Common Interface for future Sideband buses =================================================== * Add ISidebandDevice * Add current directory to TabletAudioSample include path. Remove unused compiler flags. * RS4 bug fixes
2018-02-28Added .yaml files for samples portal (#214)Barry Golden
2017-09-18Include headers from current folderWei Mao
2017-08-24VSTS 12737998Barry Golden
2017-08-16Build clean SysVad sample w/ RS2 WDKWei Mao
2017-06-22Added 32 bit format on Microphone Array 1 & 2 endpoints.Girish Pattabiraman