summaryrefslogtreecommitdiff
path: root/audio/simpleaudiosample/Source
AgeCommit message (Collapse)Author
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-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-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-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.