No announcements
Found 3368871 threads
-
0 Votes
[UWP][C#] What is the best way to play multiple sounds at the same time?
Hi MJRush, Add to Dave's suggestion, please check the MS official code sample: AudioGraph sample The scenario 4 would be that you want.Answered | 3 Replies | 1386 Views | Created by MJRush - Tuesday, July 5, 2016 8:04 AM | Last reply by MJRush - Wednesday, July 6, 2016 6:09 PM -
0 Votes
What better way to change the pitch (sampleRate) using AudioGraph in UWP?
SoundEffectInstance soundInstance = soundEffect.CreateInstance(); soundInstance.Pitch = pitch; Now I want to port my application to UWP and I would use AudioGraph. -
0 Votes
Xml for preset "AAC Good Quality Audio"
Once you have modified the preset to your liking, you can refer to http://msdn.microsoft.com/en-us/library/windowsazure/dn296426.aspx for how to submit an encode Task using ...Answered | 2 Replies | 1487 Views | Created by Fred Prodibi - Saturday, September 28, 2013 8:14 PM | Last reply by Fred Prodibi - Thursday, October 3, 2013 3:28 PM -
2 Votes
Encoding to F4V?
In other words, you can encode in MP4/H.264 with Expression Encoder with Flash compatible settings and it should just work.Answered | 4 Replies | 4397 Views | Created by JasonBSteele - Tuesday, November 23, 2010 11:22 AM | Last reply by Randy Oakley MSFT - Thursday, November 25, 2010 4:24 AM -
0 Votes
[UWP] Create a FileStream in UWP
I thought IO.File wasn't available under UWP and we had to use Windows.Storage methods.Answered | 2 Replies | 4030 Views | Created by Bocci753 - Monday, July 30, 2018 9:28 AM | Last reply by Bocci753 - Wednesday, August 1, 2018 7:24 AM -
0 Votes
[UWP]How to convert AAC byte stream to PCM in UWP
I thought we have to convert AAC byte stream to PCM before playing it in UWP.Answered | 3 Replies | 774 Views | Created by ArunrajShanmugam - Friday, June 9, 2017 11:26 AM | Last reply by ArunrajShanmugam - Thursday, June 22, 2017 7:26 AM -
0 Votes
[UWP]XAML MediaElement 5.1 Audio
Hi, Can you tell us what the multi-channel audio is encoded with: Dolby, DTS, AAC, other?Answered | 3 Replies | 1371 Views | Created by enarmedia - Monday, September 14, 2015 8:33 AM | Last reply by enarmedia - Saturday, October 3, 2015 2:02 PM -
0 Votes
AudioGraph fails with FileOutputNode plus FrameOutputNode
The exception is thrown only when there are 2 OutgoingConnections on DeviceInputNode Thanks PrajwalUnanswered | 5 Replies | 600 Views | Created by Prajwala Prabhakar - Thursday, July 13, 2017 11:38 PM | Last reply by Jayden Gu - Friday, July 21, 2017 5:31 AM -
1 Votes
MediaStreamSource Winrt Raw AAC
Hello, i am writing mediastreamsource injecting H.264 stream for video and AAC for audio, i ma extracting Raw AAC frames ...Unanswered | 1 Replies | 678 Views | Created by Cirano_Cornell - Monday, November 10, 2014 9:58 AM | Last reply by Matt Small - Monday, November 10, 2014 7:02 PM -
4 Votes
[UWP]Fullscreen titlebar controls for CoreWindow, UWP/Win10 apps, possible?
Do you mean that you have created all your UI in code behind by using C#/VB/C++ or DirectX?Answered | 3 Replies | 1432 Views | Created by DavidLudwig - Tuesday, December 22, 2015 6:35 AM | Last reply by DavidLudwig - Wednesday, December 23, 2015 7:28 AM -
0 Votes
Does Encoder have only...
To actually encode, you need to choose a preset or select encoding options and press the "Encode" button at the lower left of the UI.Answered | 1 Replies | 3212 Views | Created by DKB - Wednesday, December 8, 2010 10:16 PM | Last reply by Eric Juteau - Wednesday, December 8, 2010 10:56 PM -
1 Votes
[UWP] Create PDF on UWP
There may be some 3 part components could do what you want, however informations related with them are beyond the scope of our support for this forum.Answered | 1 Replies | 5390 Views | Created by BjDr - Tuesday, December 8, 2015 12:19 PM | Last reply by Fred Bao - Wednesday, December 9, 2015 3:25 AM -
0 Votes
[UWP] Is top most popup possible?
I need to create a popup in my XAML UWP application, so that it would cover ALL other elements and popups even the popups created after it is created.Answered | 1 Replies | 541 Views | Created by Alex K M - Thursday, September 1, 2016 6:19 PM | Last reply by Xavier Xie-MSFT - Friday, September 2, 2016 10:37 AM -
0 Votes
[UWP]Encoding windows-1254 error
But when i tried this in Windows 10 app i get error.Answered | 4 Replies | 894 Views | Created by b.erdi - Thursday, September 10, 2015 9:06 AM | Last reply by Franklin Chen - Wednesday, September 23, 2015 1:24 AM -
1 Votes
[UWP]Possible to build UWP apps with VS2015 + win8.1 OS?
So, its possible to use Win8 and VS2015 and build UWP apps.Answered | 4 Replies | 807 Views | Created by Minu7 - Tuesday, July 12, 2016 1:34 PM | Last reply by Xavier Xie-MSFT - Thursday, July 14, 2016 2:29 AM -
0 Votes
AVCHD specificaions in Encoder
The other encoding options will unfortunately have to be done with trial and error.Answered | 4 Replies | 3339 Views | Created by Cuni - Saturday, July 31, 2010 10:36 PM | Last reply by Cuni - Sunday, August 1, 2010 6:52 PM -
0 Votes
Is it possible to use an Expression Encoder 4 registration key for Expression Encoder 2?
If so, is it also possible to have a free downgrade?Answered | 5 Replies | 4892 Views | Created by MattiusH - Monday, August 2, 2010 11:20 AM | Last reply by MattiusLH - Tuesday, August 3, 2010 10:35 AM -
0 Votes
How to create widgets in uwp ?
hi, how to create widgets in uwp ?Answered | 2 Replies | 1585 Views | Created by rvxamarin - Tuesday, June 28, 2016 10:41 AM | Last reply by Joel Ivory Johnson - Tuesday, June 28, 2016 2:01 PM -
5 Votes
Is it possible to prevent uwp app from being suspended?
Hi ShamanSoft, You can prevent your UWP app from suspending when it is deactivated or minimized.Answered | 9 Replies | 18466 Views | Created by ShamanSoft - Wednesday, August 24, 2016 10:36 PM | Last reply by AlexeySubbotin - Wednesday, December 28, 2016 3:22 PM -
0 Votes
Is it possible to encode audio to PCM or a lossless codec with Expression Encoder?
But if neither of these are possibly I use Windows Media 9 Encoder to encode the file to a PCM formated WMA file and then interface with the Windows Media API to convert ...Answered | 1 Replies | 3839 Views | Created by RWDavis - Wednesday, January 13, 2010 3:51 PM | Last reply by Eric Juteau - Wednesday, January 13, 2010 4:46 PM
No announcements