phonon
Multichannel audio input using Qt/Phonon
My company is currently working on what could be called an audio analysis program which needs to process to multiple audio inputs (8 or so) i开发者_如何学JAVAn real time. This means that we need a fra[详细]
2023-04-10 20:40 分类:问答Add Phonon::SeekSlider in Qt Creator?
I’m trying to add a Phonon::SeekSlider in Qt Creator but can only add it to my form in code. 开发者_如何转开发seekSlider = new Phonon::SeekSlider(this);[详细]
2023-04-05 10:28 分类:问答Phonon can read .avi files on MacOS?
I try to read a .avi file on MacOS X with Phonon and Qt. But I can\'t. Even in QtDemo, the \"Media Player\" is not able to display those kind of file. Is there a way t开发者_C百科o make it work ?Try i[详细]
2023-04-04 01:13 分类:问答With Python/PySide/PyQt/Phonon how to control a USB Soundcards output sample clock rate?
I am trying to O/P audio to a USB soundcard (Lindy PnP SoundCard device) via Python/PySide/PyQT by the use of Phonon and/or QTMultimedia.[详细]
2023-04-03 14:15 分类:问答What is the best way to manage multiplatform video stream using Python?
I have this question in my head for over a year now. And I guess you guys m开发者_运维百科ay have the answer.[详细]
2023-03-29 21:44 分类:问答How to disable phonon?
How do you disab开发者_JS百科le phonon in PySide? I am trying to use QWebpage and I don\'t want phonon to kick in, as the app I\'m writing is a server side app, and has no need for media. I tried a[详细]
2023-03-26 23:12 分类:问答looping problem in phonon audio player-in Qt
A song is set as static in Phonon audio player. The loop works using aboutToFinish(). The problem开发者_运维技巧 is that there is a 1 sec delay at the end of the song, then the song repeats.[详细]
2023-03-24 23:18 分类:问答Qt 4.8 beta and Mac OSX Lion, Phonon error
After a successful install of mac OS 10.7 I tried to compile my qt 4.7 project. I had many warnings of \"unsupported mac os x version\". I thus decided to use Qt 4.8 beta and now, all the warnings ar[详细]
2023-03-22 12:49 分类:问答Documentation on PyQt Phonon backend audio effect 'speed'
When I look at the output of the function Phonon.BackendCapabilities.availableAudioEffects() I get this as one of the options:[详细]
2023-03-16 02:43 分类:问答Is it possible to replace Qt's Phonon with a more recent version?
I have some issues with Qt/Phonon that I think might be related to it being a bit outdated. NokiaSoft doesn\'t care much about Qt for desktop, since the Phonon framework shipped with Qt has been unto[详细]
2023-03-06 20:39 分类:问答