I tested these packages using ~d.filoni/telegram-
app/audio_receiving_and_sending telegram-app branch (stable enough), it
doesn't work without opusdec support. The recorder settings are declared
in the following code
(telegram/app/qml/components/AudioRecordingBar.qml):

    AudioEncoderSettings {
        id: audioEncoderSettings
        codec: "audio/x-opus"
        sampleRate: 16000
        channelCount: 1
    }


The AudioEncoderSettings component is provided by AsemanAudioEncoderSettings 
C++ class (parent class: QAudioEncoderSettings). The recorder component is 
provided by AsemanAudioRecorder class which internally uses QAudioRecorder. 
Aseman class files can be found in telegram/app/asemantools/ directory.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1630399

Title:
  [Phone] Please enable opus audio codec support in qtmultimedia

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1630399/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to