Top "Real-time" questions

A task is real-time when the timeliness of the activities' completion is a functional requirement and correctness condition, rather than merely a performance metric.

Processing of Microphone Input

I am trying to get audio data from the microphone. I have achieved this by using the AudioRecord class which …

android real-time android-asynctask microphone audiorecord
Real-time video encoding in DirectShow

I have developed a Windows application that captures video from an external device using DirectShow. The image resolution is 640x480 …

encoding directshow cuda real-time opencl
How to avoid create a new socket connection in socket.io after html page refresh?

I have tried socket.io, I found when client html page load, a new socket connection created.When I refresh …

node.js real-time socket.io
How to add real-time data in a dual-Y-axis ZedGraph graph using C#?

For my project, I need to add and update real-time data to my dual y-axis graph. The Y and Y2 …

c# real-time zedgraph
How do you write a real-time webbased collaboration tool such as google docs?

I'm really curious about How one would go about writting a collaboration tools such as google docs? The closest thing …

architecture real-time system-design
Storm max spout pending

This is a question regarding how Storm's max spout pending works. I currently have a spout that reads a file …

real-time apache-storm
Java for Audio Processing is it Practical?

Is Java a suitable alternative to C / C++ for realtime audio processing? I am considering an app with ~100 (at max) …

java performance audio signal-processing real-time
What is the most efficient way to draw voxels (cubes) in opengl?

I would like to draw voxels by using opengl but it doesn't seem like it is supported. I made a …

opengl graphics rendering real-time cube
How frequent is DateTime.Now updated ? or is there a more precise API to get the current time?

I have code running in a loop and it's saving state based on the current time. Sometimes this can be …

c# .net datetime real-time
Real time, auto updating, incremental plot in R

I'm trying to make a dynamic plot, sort of like auto updating, incremental, possibly real time. I want to accomplish …

r plot real-time