-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
6.2.11, 6.5.4
-
None
-
-
ac042400130334b3832cd7822bddad9e50db0150
Description:-
In Qt Spectrum Example, specifically in the Record and Playback mode, the voice recording functionality does not work as expected. When attempting to record voice, the application fails to capture and store the audio input, rendering the recording feature non-functional.
19:47:21: Starting /Users/alber/Qt/Examples/Qt-6.5.4/multimedia/build-spectrum-Qt_6_5_4_for_macOS-Debug/spectrum.app/Contents/MacOS/spectrum... Engine::initialize m_bufferLength 1920000 Engine::initialize m_dataLength 0 Engine::initialize format QAudioFormat( 48000 Hz, 2 Channels, Int16 Format ) qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile Engine::initializeRecord Engine::initialize m_bufferLength 1920000 Engine::initialize m_dataLength 0 Engine::initialize format QAudioFormat( 48000 Hz, 2 Channels, Int16 Format ) Engine::audioStateChanged from StoppedState to IdleState Engine::audioStateChanged from IdleState to ActiveState Engine::calculateLevel pos 161024 len 19200 rms 0 peak 0 Engine::calculateSpectrum QThread(0x600000c4c240) count 0 pos 163840 len 16384 spectrumAnalyser.isReady true SpectrumAnalyser::calculate QThread(0x600000c4c240) state 0 Engine::spectrumChanged pos 163840 Engine::calculateLevel pos 345344 len 19200 rms 0 peak 0 Engine::calculateSpectrum QThread(0x600000c4c240) count 0 pos 348160 len 16384 spectrumAnalyser.isReady true SpectrumAnalyser::calculate QThread(0x600000c4c240) state 0 Engine::spectrumChanged pos 348160 Engine::calculateLevel pos 525568 len 19200 rms 0 peak 0 Engine::calculateSpectrum QThread(0x600000c4c240) count 0 pos 528384 len 16384 spectrumAnalyser.isReady true SpectrumAnalyser::calculate QThread(0x600000c4c240) state 0 Engine::spectrumChanged pos 528384 Engine::calculateLevel pos 718080 len 19200 rms 0 peak 0 Engine::calculateSpectrum QThread(0x600000c4c240) count 0 pos 720896 len 16384 spectrumAnalyser.isReady true SpectrumAnalyser::calculate QThread(0x600000c4c240) state 0 Engine::spectrumChanged pos 720896
Steps to Reproduce:
- Build and Launch the Spectrum Example Example on MacOs.
- Switch to the Record and Playback mode.
- Attempt to initiate voice recording by clicking the record button.
- Observe that the application does not successfully record the voice input (Try playing that).
Expected Behavior: Upon initiating voice recording, the application should capture and store the audio input, allowing users to play it back during the Playback mode.
Actual Behavior: Voice recording is not functioning, and no audio input is recorded during the Record and Playback mode.