Re: [Development] QAudio/QtAudio in Qt v6.7.0/6.7.1

2024-06-04 Thread Andy Shaw via Development
, Andy -Original Message- From: Development On Behalf Of Volker Hilsheimer via Development Sent: Tuesday, June 4, 2024 12:59 PM To: Björn Schäpers Cc: development@qt-project.org Subject: Re: [Development] QAudio/QtAudio in Qt v6.7.0/6.7.1 > On 3 Jun 2024, at 20:42, Björn Schäpers wr

Re: [Development] QAudio/QtAudio in Qt v6.7.0/6.7.1

2024-06-04 Thread Volker Hilsheimer via Development
> On 3 Jun 2024, at 20:42, Björn Schäpers wrote: > > Am 03.06.2024 um 10:20 schrieb Volker Hilsheimer via Development: >> >>> On 3 Jun 2024, at 09:08, Phil Thompson via Development >>> wrote: >>> >>> In my code I call QAudio::convertVolume() (yet to migrate to the QtAudio >>> namespace).

Re: [Development] QAudio/QtAudio in Qt v6.7.0/6.7.1

2024-06-03 Thread Björn Schäpers
Am 03.06.2024 um 10:20 schrieb Volker Hilsheimer via Development: On 3 Jun 2024, at 09:08, Phil Thompson via Development wrote: In my code I call QAudio::convertVolume() (yet to migrate to the QtAudio namespace). This compiles fine against Qt v6.7.0 and v6.7.1 (from the online installers)

Re: [Development] QAudio/QtAudio in Qt v6.7.0/6.7.1

2024-06-03 Thread Phil Thompson via Development
On 03/06/2024 09:20, Volker Hilsheimer wrote: On 3 Jun 2024, at 09:08, Phil Thompson via Development wrote: In my code I call QAudio::convertVolume() (yet to migrate to the QtAudio namespace). This compiles fine against Qt v6.7.0 and v6.7.1 (from the online installers). However... Compile

Re: [Development] QAudio/QtAudio in Qt v6.7.0/6.7.1

2024-06-03 Thread Volker Hilsheimer via Development
> On 3 Jun 2024, at 09:08, Phil Thompson via Development > wrote: > > In my code I call QAudio::convertVolume() (yet to migrate to the QtAudio > namespace). This compiles fine against Qt v6.7.0 and v6.7.1 (from the online > installers). However... > > Compiled against v6.7.0 the compiler

[Development] QAudio/QtAudio in Qt v6.7.0/6.7.1

2024-06-03 Thread Phil Thompson via Development
In my code I call QAudio::convertVolume() (yet to migrate to the QtAudio namespace). This compiles fine against Qt v6.7.0 and v6.7.1 (from the online installers). However... Compiled against v6.7.0 the compiler generates a call to QtAudio::convertVolume(). The library contains symbols for bot