Hello good people of SO.I am building a flash media player for an live audio stream.The server is set up to stream from a url that looks lik开发者_开发百科e so:
Say you have a typical game-loop, running about 30 times a second. One particular function takes about 50% of the time and looks like a prime candidate for parallelization - say it\'s a big loop or th
I have some trouble achieving adequate real-time performance from my application and wondering if I\'ve architect-ed it sub-optimally. The requirement is for the application to play a sound and draw a
I\'ve set myself the task of implementing a real time MIDI application. Like all the other software I\'ve written to date, I began by coding. I implemented a tiny GUI (GTK2) application that can contr
Basically I\'m looking for something that would easily enable me to display a world map onscreen (most likely would consume the entire size of the window, not that this should matter) and get pixel ba
I\'m trying to figure out how to write an app that can decode audio mors开发者_如何学Pythone code on the fly. I found this document which explains how to record audio from the microphone in Android. W
I am trying to create real-time and collaborative application like - google wave for example. When user1 writes something at the same time it shows on user2 screens.
The only reason I could think of for using RTP to transfer a pre-existing file is if you\'re trying to monitor the amount of time a user is streaming the file, like if you\'re 开发者_JAVA百科running a
So I\'m trying to get rich text to work for the cheeserater program where I added a commenting system using the tinyMCE editor in the textarea. This is what it looks like:
As always after some research I was unable to find anything of real value.My question is how does one go about handling exceptions in a real time system?As program failure generally is not the best ca