No announcements
Found 648555 threads
-
0 Votes
Adaptive WASAPI capture buffer sampling and WinRT (ARM) considerations
You are also correct that WASAPI does not have a default sample rate converter.Answered | 6 Replies | 5288 Views | Created by Matthew Castellana - Monday, August 6, 2012 9:40 PM | Last reply by 无限118 - Thursday, November 15, 2012 5:38 AM -
0 Votes
Any particular reason why my WinRT C++ WASAPI component returns actual data in a C# project, but silent buffers in a WinRT C++ one?
As far as the C# part goes, there's an allowance for jitter (since it's visualizations from sound only), buffers are collated into 50ms chunks, and invocation of the (C#) ...Answered | 3 Replies | 3315 Views | Created by Tom Servo - Monday, May 7, 2012 9:45 PM | Last reply by James Dailey - MSFT - Tuesday, May 8, 2012 11:40 PM -
0 Votes
WASAPI loopback capture on WP8.1
Also keep in mind that you cannot change the device sample rate programmatically.Answered | 6 Replies | 1875 Views | Created by cuneyiit - Sunday, June 15, 2014 12:13 PM | Last reply by Muhammad Hassaan Nasir - Thursday, August 14, 2014 7:20 PM -
2 Votes
How to build boost::thread for WinRT ARM?
I know this is over a year old, but if you are still interested in using Boost.Thread in WinRT I've made some changes that make it possible.Answered | 3 Replies | 4683 Views | Created by MarkVincze - Monday, August 5, 2013 12:28 PM | Last reply by Steven Gates - Monday, July 21, 2014 9:57 PM -
0 Votes
How to sign an application for ARM WinRT
My doubt is about the project type: we selected Win32 type and added the ARM platform.Answered | 3 Replies | 2485 Views | Created by SteMMo - Friday, July 19, 2013 2:16 PM | Last reply by Rob Caplan [MSFT] - Monday, July 22, 2013 5:17 PM -
1 Votes
How to access the image buffer within WinRT after image decoded by APP
Any sample code for reference?Answered | 8 Replies | 5190 Views | Created by Greg Ma - Monday, October 31, 2011 4:14 AM | Last reply by Greg Ma - Monday, March 19, 2012 8:20 AM -
1 Votes
Capture screen buffer
There is an example of Printing the entire screen for C# in the Printing sample, however this is not available in JavaScript (and is printing, not rendering it to a bitmap).Answered | 1 Replies | 3235 Views | Created by Ghostrider-13 - Thursday, December 8, 2011 5:23 AM | Last reply by Jeff Sanders - Thursday, December 8, 2011 1:39 PM -
1 Votes
Inbuilt echo cancellation support in WinRT??
I am developing VoIP application on Windows 8 and Windows Phone 8 using WinRT APIs.Answered | 1 Replies | 1812 Views | Created by abwin8 - Thursday, January 17, 2013 7:53 AM | Last reply by moonincloud - Thursday, January 17, 2013 9:36 AM -
0 Votes
Stack-based buffer overrun on Windows RT (ARM)
We just need a simplest sample to reproduce the problem.Answered | 4 Replies | 4928 Views | Created by truckwu - Tuesday, March 19, 2013 9:10 AM | Last reply by Eric Hanson-MSFT - Monday, April 8, 2013 10:44 PM -
1 Votes
Capturing Video using WinRT APIs on Windows 8
I am really interested to know why raw YUV frames capture is not supported in WinRT ?Answered | 7 Replies | 5251 Views | Created by abwin8 - Friday, October 5, 2012 8:54 AM | Last reply by Stunrider - Thursday, November 6, 2014 7:46 PM -
1 Votes
Texture sampling with DXGI_FORMAT_R8G8B8A8_UNORM on ARM devices
What I am doing is storing distance values in 8 bit color textures using only the R and G channels and sampling them later.Answered | 6 Replies | 3992 Views | Created by davidb353 - Friday, August 30, 2013 9:01 PM | Last reply by Chuck Walbourn - MSFT - Tuesday, September 3, 2013 7:00 PM -
0 Votes
PCM format whose sampling rate was 16000 needed for microphone recording
@Anthony Wieser I have already used WASAPI to capture the PCM audio.Answered | 11 Replies | 5474 Views | Created by lisztian - Wednesday, August 22, 2012 4:08 AM | Last reply by Anthony Wieser - Wednesday, November 21, 2012 11:07 PM -
1 Votes
Adaptive sampling applied for requests captured automatically
You may need to specify what you mean by "requests/page views that are tracked by the AI automatically" however our adaptive sampling documentation ...Answered | 1 Replies | 476 Views | Created by Sreejith.Vijayan - Monday, July 15, 2019 11:54 AM | Last reply by kobulloc-MSFT (Azure) - Tuesday, July 16, 2019 9:25 PM -
4 Votes
C++/WinRT CoreApp sample
Any samples given are not meant to have error checking or show best practices.Answered | 6 Replies | 1334 Views | Created by Gavin..Williams - Tuesday, July 17, 2018 2:35 PM | Last reply by Darran Rowe - Wednesday, July 25, 2018 7:27 PM -
2 Votes
Media capture using capture device sample (MSDN) possible issues when using backcamera and grayscale effect running on ARM tablet?
The algorithm that this sample uses is not optimized for low power devices.Answered | 7 Replies | 3581 Views | Created by Jason Hermann - Tuesday, November 13, 2012 5:19 PM | Last reply by James Dailey - MSFT - Thursday, November 15, 2012 1:20 AM -
2 Votes
Is there any sample for CarouselPanel in WinRT?
The ComboBox control is demonstrated in the Basic Controls sample.Answered | 6 Replies | 5870 Views | Created by David alice DD - Wednesday, October 12, 2011 12:28 PM | Last reply by Cedric Bellec - Tuesday, June 19, 2012 9:27 AM -
0 Votes
Buffering/Throttling/Sampling/Taking/???
Buffer*: Keeps track of values by count or time.Answered | 1 Replies | 4658 Views | Created by Joe Bako - Saturday, December 4, 2010 12:52 AM | Last reply by Dave Sexton - Sunday, December 5, 2010 1:30 AM -
0 Votes
Kinect, WASAPI and Automatic Gain Control....
the WASAPI signal is what we get from the driver, and there is no way at the moment to configure the driver to output different kinds of signals.Answered | 3 Replies | 6037 Views | Created by DrEvilD - Wednesday, October 19, 2011 12:17 PM | Last reply by Eddy Escardo-Raffo [MSFT] - Friday, October 21, 2011 6:20 PM -
0 Votes
Need sample application explaining use of WriteableBitmapEx for WinRT
You can request a sample here: http://code.msdn.microsoft.com/windowsapps/site/requestsMatt Small - Microsoft Escalation Engineer - Forum ...Answered | 1 Replies | 2507 Views | Created by Xyroid - Friday, June 29, 2012 6:34 AM | Last reply by Matt Small - Monday, July 2, 2012 4:05 PM -
4 Votes
Is WinRT available for Desktop apps?
Just to throw my 2 cents into the mix: Windows on ARM doesn't support classic desktop apps, based on Win32, WPF, Silverlight, or WinForms.Answered | 6 Replies | 11449 Views | Created by Stephen Cleary - Tuesday, September 20, 2011 1:59 PM | Last reply by JeroMiya - Monday, February 20, 2012 8:40 PM - Items 1 to 20 of 648555 Next ›
No announcements