Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

Xamarin TTS playback on Android devices is too slow and no way to change speed. #786

@rs-mobitech

Description

@rs-mobitech

I am running this code in Xamarin Forms:

        var settings = new SpeechOptions() 
        {
            Volume = (float?)0.75,
            Pitch = (float)1.0
        };
        await TextToSpeech.SpeakAsync(msg, settings);

On an Asus Z01KDA. Android running OS 8.0.0

ZenFone 4 (ZE554KL) Z01KDA @asus
6 GB RAM, 6 GB RAM, 64 GB max storage, Snapdragon 660 / Kryo 260 chipset, 3300 mAh battery, 12 MP primary camera, 8 MP front camera, screen Super IPS 5.5" 1080x1920, weight 165 g, Android, 3.5mm Jack / USB Type-C, released on 6/2017

I am running Xamarin Essentials 1.1.0

The same code is used for Android and iOS. iOS sounds good but the on the Android device the speed of the sounds is slow. Perhaps 0.5 to 0.75 as fast as words on an iPhone X.

Right now the plugin is unusable for me because of this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting-reviewThis PR needs to have a set of eyes on itbugSomething isn't workingin-progressActively being worked on.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions