Age
  • 19 Jul 2024
  • 1 Minute to read
  • Contributors
  • PDF

Age

  • PDF

Article summary

Evaluates the age of speaker of the input voice.

Parameters:

name
description
default
AddressAddress of the gender servicehttp://core-audio-gender-age
IgnoreSslErrorsignore any certificate errors if emotion address contains httpsfalse

Inputs

Audio:
Accepts audio from a single channel.

Events:
none

Outputs

Audio:
none

Events:

namedescription
Age ChangeThis event is raised once when the age of the speaker is detected, it will be raised again each time the age of the speaker changes.

Remarks :

  • This node evaluates the speech in segments of 3 seconds. Silent periods are not included in this duration.

Project Structure
The Age Node only needs audio input. The audio doesn't have to be segmented. So, you can place the Age node wherever the desired audio is flowing through. A simple project can be built as such:

image.png

However, a better approach would be:

image.png

Why this approach is better?

In the second example, the only difference is that we pass the audio through a VAD node. This means the audio is filtered. The only audio info that passes through a VAD is speech info. This approach will result in better confidence levels in Age identification since random silences are cleared.

Supported flow types: stream, batch


Was this article helpful?

What's Next
Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.