From kde-commits Sun Dec 10 16:30:14 2006 From: Matthias Kretz Date: Sun, 10 Dec 2006 16:30:14 +0000 To: kde-commits Subject: KDE/kdelibs/phonon (silent) Message-Id: <1165768214.023258.13304.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=116576822405825 SVN commit 612250 by mkretz: SVN_SILENT: commit some thoughts that I wrote down M +19 -0 IDEAS --- trunk/KDE/kdelibs/phonon/IDEAS #612249:612250 @@ -48,3 +48,22 @@ (both translated to the current locale) and a unique identifier to talk to the backend. This identifier could be the same as used internally by the Backend, but doesn't have to be. + + "lowlevel" audio I/O +====================== +ByteStream is a buffered stream, and as therefore completely useless for cases +where an application wants to write audio data to the soundcard/-system with low +latency. +=> PcmInStream and PcmOutStream + + +============================================================================ += Ideas for "useless but nice" things (until somebody can convince me that = += they're useful) = +============================================================================ + + Video Output +============== +Add another VideoOutput that can be used directly with QGraphicsView by creating +a QGraphicsItem subclass. +