Re: [Interest] QAudioDecoder on Mac : workaround to get it to work via GStreamer

2018-08-01 Thread Hamish Moffatt
On 31/07/18 06:52, René J.V. Bertin wrote: > Hi, > > I discovered (with a suitable amount of dismay) that QAudioDecoder still doesn't work on Mac, and only a single person seems to have noticed this before (http://interest.qt-project.narkive.com/JTiX8LBR/qaudiodecoder-defaultserviceprovider-req

Re: [Interest] QAudioDecoder mp3 problem

2016-09-01 Thread Alexander Dyagilev
Windows 10 (desktop). All the plugins seems to be there as windeployqt copied them... On 8/31/2016 6:36 PM, John Weeks wrote: On what platform? QAudioDecoder depends on both support on the platform and on the presence of a Qt plug-in that uses the platform support. The support on OS X is so mi

Re: [Interest] QAudioDecoder mp3 problem

2016-09-01 Thread Alexander Dyagilev
Sorry, forgot to mention. Windows 10. Desktop. On 8/31/2016 3:31 PM, Jean-Michaël Celerier wrote: Are you on OS X ? QAudioDecoder is not supported here (sadly). ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/

Re: [Interest] QAudioDecoder mp3 problem

2016-09-01 Thread John Weeks
> On Aug 31, 2016, at 1:28 AM, Alexander Dyagilev wrote: > > Hello, > > I'm trying to decode an mp3 file. Getting ServiceMissingError ("The > QAudioDecoder object does not have a valid service"). > > At the same time QMediaPlayer can play the file. > > Am I doing something wrong? > > The co

Re: [Interest] QAudioDecoder mp3 problem

2016-09-01 Thread Jean-Michaël Celerier
Are you on OS X ? QAudioDecoder is not supported here (sadly). --- Jean-Michaël Celerier http://www.jcelerier.name On Wed, Aug 31, 2016 at 10:28 AM, Alexander Dyagilev wrote: > Hello, > > I'm trying to decode an mp3 file. Getting ServiceMissingError ("The > QAudioDecoder object does not h

Re: [Interest] QAudioDecoder

2015-04-14 Thread John Weeks
> I fed it a .wav file. QAudioFormat told me it was a signed 8-bit file. But a > .wav file is apparently always unsigned if it is 8-bit. > > Question 2: Hm... I guess there is no question, it's just a bug. I reported it yesterday: https://bugreports.qt.io/browse/QTBUG-45540 It's fixed today! N

Re: [Interest] QAudioDecoder class on Macintosh?

2015-04-08 Thread John Weeks
Thanks, Oliver and René. Maybe I should just skip QAudioDecoder and go with FFMpeg! -John Weeks ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QAudioDecoder class on Macintosh?

2015-04-08 Thread René J . V . Bertin
On Wednesday April 08 2015 20:04:19 Till Oliver Knoll wrote: >> I have a use for QAudioDecoder to load sound files into our numerical >> analysis program as data. I found Qt Multimedia and the QAudioDecoder. I >> wrote some trial code and got this message in my Creator console: ... >Ha! That rem

Re: [Interest] QAudioDecoder class on Macintosh?

2015-04-08 Thread Till Oliver Knoll
> Am 08.04.2015 um 19:08 schrieb John Weeks : > > I have a use for QAudioDecoder to load sound files into our numerical > analysis program as data. I found Qt Multimedia and the QAudioDecoder. I > wrote some trial code and got this message in my Creator console: > > defaultServiceProvider::re

Re: [Interest] QAudioDecoder: defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.audiodecode"

2013-03-25 Thread Till Oliver Knoll
2013/3/22 Till Oliver Knoll : > Hi, > > I am trying to learn OpenAL. For that I need to read simple *.wav files > and thought the QAudioDecoder (Qt 5.0.1 - OS X 10.8.2) would be a > perfect fit. > > I have: > > m_audioDecoder = new QAudioDecoder; > qDebug("Error: %s", qPrintable(m_audioDecoder-

Re: [Interest] QAudioDecoder: defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.audiodecode"

2013-03-22 Thread Till Oliver Knoll
Am 22.03.13 20:01, schrieb Till Oliver Knoll: > ... > I also get lots of error messages upon application startup, such as > > objc[747]: Class TransparentQTMovieView is implemented in both > /Users/tknoll/Qt5.0.1/5.0.1/clang_64/plugins/mediaservice/libqqt7engine.dylib > and > /Users/tknoll/Qt5.0.1

Re: [Interest] QAudioDecoder: defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.audiodecode"

2013-03-22 Thread Till Oliver Knoll
Am 22.03.13 20:01, schrieb Till Oliver Knoll: > Hi, > ... > defaultServiceProvider::requestService(): no service found for - > "org.qt-project.qt.audiodecode" > > Also the qDebug statement prints out: > > Error: The QAudioDecoder object does not have a valid service By the way: the only rela