Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

HipChat text to voice chat feature

Bhaskara Raju
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 20, 2017

We are exploring voice chat notifications in HipChat window,  Please advise on speach synthesis functions on HipChat

2 answers

0 votes
Bhaskara Raju
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 22, 2017

Thanks for the reply,

 

Instead of chat users reading text from chat window,  Speech managed code namespace available from  .NET framework,  provides builtin speech synthesis functions.   Please advice us on text - to - voice functions for HipChat or invoking script functions from HipChat.

 

PowerShell 

=======

Power-Shell

Add-Type -AssemblyName System.speech

$speak = New-Object System.Speech.Synthesis.SpeechSynthesizer

$speak.Speak("Hello HipChat")

 

 

VB code

=======

message="Hello HipChat" 
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

0 votes
Theinvisibleman
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 21, 2017

Hey there Bhaskara,

We currently do not have any functionality for speech synthesis, but that'd be a cool feature! Please raise a feature request with us at jira.atlassian.com and elaborate further on the feature that you would like to see in HipChat :)

Cheers,
Joe

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events