I want to play some WAV files, but I have error C2664 in Visual Studio: error C2664: \'Phonon::MediaObject::setCurrentSource\' : conversion error from\'const char [24]\' to \'const Phonon::MediaSourc
I want to develop an audio editor using Qt. For this, I need to plot a waveform开发者_Python百科 of the music track which I think should be a plot of peak amplitude of sound versus time(please correct
I am currently using Phonon VideoWidgets inside of a QGraphicsScene using a QGraphicsProxyWidget. I have my viewport set to a QGLWidget.
I\'m trying to get audio files to crossfade with phonon.I\'m using PyQT4.I have tracks queuing properly, but I\'m stuck with the fade effect.I think I need to be using the KVolumeFader effect.Here\'s
Is there a way to开发者_开发百科 load a table view that opens at the second or third section (rather than at the top)?If you know the IndexPath to the Section, you can use the following UITableView Me
I want the filter in a QFileDialog to match all audio file types supported by Phonon on the platform in question.
Does anyone have a working example of a video player built using Qt phonon? (in C++ ) See my related question 开发者_StackOverflow中文版here . I am unable to build one using Python. A working example
I am working on Windows xp and am trying to get a simple video player running. I am trying to use Phonon::VideoPlayer module for this. I am connecting the signal as