Re: [Development] Qt TextToSpeech: Adding dependency to Qt Multimedia - ok?

2023-01-30 Thread Axel Spoerl via Development
Betreff: Re: [Development] Qt TextToSpeech: Adding dependency to Qt Multimedia - ok? > On 23 Jan 2023, at 16:07, Kai Köhne wrote: > > Hi, > >> -Original Message- >> From: Development On Behalf Of >> [...] >> This is a binary compatibility breakage of sort

Re: [Development] Qt TextToSpeech: Adding dependency to Qt Multimedia - ok?

2023-01-30 Thread Volker Hilsheimer via Development
> On 23 Jan 2023, at 16:07, Kai Köhne wrote: > > Hi, > >> -Original Message- >> From: Development On Behalf Of >> [...] >> This is a binary compatibility breakage of sorts. Applications that were >> linked >> against Qt 6.4 or Qt 6.5, and want to run against Qt 6.6 won’t work unless

Re: [Development] Qt TextToSpeech: Adding dependency to Qt Multimedia - ok?

2023-01-23 Thread Thiago Macieira
On Monday, 23 January 2023 07:07:06 PST Kai Köhne via Development wrote: > We also don't allow upgrading individual Qt modules, for instance. qtwebengine being the exception, but indeed. -- Thiago Macieira - thiago.macieira (AT) intel.com Cloud Software Architect - Intel DCAI Cloud

Re: [Development] Qt TextToSpeech: Adding dependency to Qt Multimedia - ok?

2023-01-23 Thread Kai Köhne via Development
Hi, > -Original Message- > From: Development On Behalf Of > [...] > This is a binary compatibility breakage of sorts. Applications that were > linked > against Qt 6.4 or Qt 6.5, and want to run against Qt 6.6 won’t work unless Qt > Multimedia is present. This doesn't violate the binary

Re: [Development] Qt TextToSpeech: Adding dependency to Qt Multimedia - ok?

2023-01-23 Thread Kevin Kofler via Development
Volker Hilsheimer via Development wrote: > The question is whether this is a significant problem in practice. On > Linux distributions, we can probably assume that Qt Multimedia is present > if Qt TextToSpeech is present. On almost all distributions (all those that do dependency tracking, which

[Development] Qt TextToSpeech: Adding dependency to Qt Multimedia - ok?

2023-01-23 Thread Volker Hilsheimer via Development
Hi, I recently prototyped a few frequently requested features for Qt TextToSpeech, in particular the ability to capture the generated audio data as a QByteArray with the PCM bits. However, a QByteArray with PCM bits isn’t very usable unless we also inform the client code which format those PCM