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.

Whats are some real time data sources?

I'm working on a demo on real-time visualization and I'm trying to think out of the box. Looks like any …

real-time visualization data-visualization demo
How to use K.get_session in Tensorflow 2.0 or how to migrate it?

def __init__(self, **kwargs): self.__dict__.update(self._defaults) # set up default values self.__dict__.update(kwargs) # and update with …

machine-learning keras deep-learning real-time tensorflow2.0
Realtime P2P communication between mobile devices

I am building a mobile device that needs to send realtime information to other devices. I have considered XMPP but …

android real-time p2p
Realtime Audio with AVAudioEngine

Hej. I want to implement a realtime audio application with the new AVAudioEngine in Swift. Has someone experience with the …

swift avfoundation real-time core-audio avaudioengine
What are the essentials of real-time distributed systems?

I am getting my foot into contracting and have had today my first round interview for a contractor position. I …

real-time distributed distributed-computing distributed-system
Microsecond accurate (or better) process timing in Linux

I need a very accurate way to time parts of my program. I could use the regular high-resolution clock for …

linux process real-time timing high-resolution
AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client due to mismatching sample rate

Does anybody know how to fix this warning message? 07-14 10:38:55.411 V/tracker-audiotest(22426): Recording Thread::run(): start audioRecord recording. 07-14 10:45:51.490 "W/…

audio real-time low-latency
Ways to connect mongodb to grafana

My question is different ways to connect mongodb with grafana Link for reference ?

mongodb time-series real-time visualization grafana
python realtime plot using pyqtgraph

I need to plot in realtime a series floating point numbers from the serial port. These values are sepparated by …

python plot real-time pyqtgraph
Real-time web apps with mongodb and nodejs

I've been thinking about how to make a real-time web application using nodejs/socket.io/mongodb. The idea is pretty …

node.js mongodb socket.io real-time