Skip to content

Psychlist1972/Build-2015-Drummer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build-2015-Drummer

Low-latency audio drum sample from Build 2015 Day 2 keynote

Example from John Shewchuk's demo in the Day 2 keynote for Build 2015. This shows how to use the new Windows 10 low-latency-optimized AudioGraph API to load drum samples and play them back through a C#/XAML app.

Recommendations for your own further investigation:

  • Add in effects like echo and reverb, with user-controllable parameters
  • Add in the ability to save the performance to a file

Note: At the time of this commit, audio latency characteristics vary considerably between different PCs. Surface Pro 3 is quite good as are most other PCs using the same chipset. Your mileage will vary based upon the build of Windows and the availability of updated low-latency audio drivers.

Note 2: On the Build preview version of Windows, there were some devices where the attack for the sample were cut off giving the sound a mushy reverb-tail like quality. This is a known bug that was fixed for Windows 10 RTM.

For more details on AudioGraph, see:

Build 2015 session: http://channel9.msdn.com/Events/Build/2015/3-634

Official AudioGraph sample: https://github.com/Microsoft/Windows-universal-samples/tree/master/audiocreation

Jason's Media contrib project: https://github.com/jolson88/media-contrib

About

Low-latency audio drum sample from Build 2015 Day 2 keynote

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages