2022-03-09 16:13:05 +01:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Objects.VoiceStyle
commentId : T:TinyLife.Objects.VoiceStyle
id : VoiceStyle
parent : TinyLife.Objects
children :
2023-03-30 18:07:55 +02:00
- TinyLife.Objects.VoiceStyle.Baby
2022-03-09 16:13:05 +01:00
- TinyLife.Objects.VoiceStyle.Child
- TinyLife.Objects.VoiceStyle.High
- TinyLife.Objects.VoiceStyle.Low
langs :
- csharp
- vb
name : VoiceStyle
nameWithType : VoiceStyle
fullName : TinyLife.Objects.VoiceStyle
type : Enum
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-03-09 16:13:05 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : VoiceStyle
path : ../TinyLife/Objects/Person.cs
2024-02-04 12:36:02 +01:00
startLine : 3713
2022-03-09 16:13:05 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
A voice style is a style of voice, where each voice style has a separate set of audio files attached to it.
Voice styles for a <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> can be set in the character creator using <xref href="TinyLife.Objects.Person.VoiceStyle" data-throw-if-not-resolved="false"></xref>.
2022-03-09 16:13:05 +01:00
example : [ ]
syntax :
content : public enum VoiceStyle
content.vb : Public Enum VoiceStyle
extensionMethods :
2023-06-25 15:41:49 +02:00
- TinyLife.Objects.VoiceStyle.TinyLife.Utilities.Extensions.GetMostFittingStyle
2022-03-09 16:13:05 +01:00
- TinyLife.Objects.VoiceStyle.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Objects.VoiceStyle.Low
commentId : F:TinyLife.Objects.VoiceStyle.Low
id : Low
parent : TinyLife.Objects.VoiceStyle
langs :
- csharp
- vb
name : Low
nameWithType : VoiceStyle.Low
fullName : TinyLife.Objects.VoiceStyle.Low
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-03-09 16:13:05 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Low
path : ../TinyLife/Objects/Person.cs
2024-02-04 12:36:02 +01:00
startLine : 3716
2022-03-09 16:13:05 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Low = 0
return :
type : TinyLife.Objects.VoiceStyle
- uid : TinyLife.Objects.VoiceStyle.High
commentId : F:TinyLife.Objects.VoiceStyle.High
id : High
parent : TinyLife.Objects.VoiceStyle
langs :
- csharp
- vb
name : High
nameWithType : VoiceStyle.High
fullName : TinyLife.Objects.VoiceStyle.High
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-03-09 16:13:05 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : High
path : ../TinyLife/Objects/Person.cs
2024-02-04 12:36:02 +01:00
startLine : 3717
2022-03-09 16:13:05 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : High = 1
return :
type : TinyLife.Objects.VoiceStyle
- uid : TinyLife.Objects.VoiceStyle.Child
commentId : F:TinyLife.Objects.VoiceStyle.Child
id : Child
parent : TinyLife.Objects.VoiceStyle
langs :
- csharp
- vb
name : Child
nameWithType : VoiceStyle.Child
fullName : TinyLife.Objects.VoiceStyle.Child
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-03-09 16:13:05 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Child
path : ../TinyLife/Objects/Person.cs
2024-02-04 12:36:02 +01:00
startLine : 3718
2022-03-09 16:13:05 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Child = 2
return :
type : TinyLife.Objects.VoiceStyle
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.VoiceStyle.Baby
commentId : F:TinyLife.Objects.VoiceStyle.Baby
id : Baby
parent : TinyLife.Objects.VoiceStyle
langs :
- csharp
- vb
name : Baby
nameWithType : VoiceStyle.Baby
fullName : TinyLife.Objects.VoiceStyle.Baby
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2023-03-30 18:07:55 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Baby
path : ../TinyLife/Objects/Person.cs
2024-02-04 12:36:02 +01:00
startLine : 3720
2023-03-30 18:07:55 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Baby = 3
return :
type : TinyLife.Objects.VoiceStyle
2022-03-09 16:13:05 +01:00
references :
- uid : TinyLife.Objects.Person
commentId : T:TinyLife.Objects.Person
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Person.html
2022-03-09 16:13:05 +01:00
name : Person
nameWithType : Person
fullName : TinyLife.Objects.Person
- uid : TinyLife.Objects.Person.VoiceStyle
commentId : F:TinyLife.Objects.Person.VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Person.html#TinyLife_Objects_Person_VoiceStyle
2023-03-30 18:07:55 +02:00
name : VoiceStyle
nameWithType : Person.VoiceStyle
fullName : TinyLife.Objects.Person.VoiceStyle
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-03-09 16:13:05 +01:00
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2023-06-25 15:41:49 +02:00
- uid : TinyLife.Objects.VoiceStyle.TinyLife.Utilities.Extensions.GetMostFittingStyle
commentId : M:TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetMostFittingStyle_TinyLife_Objects_VoiceStyle_
2023-06-25 15:41:49 +02:00
name : GetMostFittingStyle(VoiceStyle)
nameWithType : Extensions.GetMostFittingStyle(VoiceStyle)
fullName : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
name : GetMostFittingStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetMostFittingStyle_TinyLife_Objects_VoiceStyle_
2023-06-25 15:41:49 +02:00
- name : (
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2023-06-25 15:41:49 +02:00
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
name : GetMostFittingStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetMostFittingStyle_TinyLife_Objects_VoiceStyle_
2023-06-25 15:41:49 +02:00
- name : (
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2023-06-25 15:41:49 +02:00
- name : )
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Objects.VoiceStyle.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name : JsonCopy<VoiceStyle>(VoiceStyle)
nameWithType : Extensions.JsonCopy<VoiceStyle>(VoiceStyle)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.VoiceStyle>(TinyLife.Objects.VoiceStyle)
nameWithType.vb : Extensions.JsonCopy(Of VoiceStyle)(VoiceStyle)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.VoiceStyle)(TinyLife.Objects.VoiceStyle)
name.vb : JsonCopy(Of VoiceStyle)(VoiceStyle)
2022-03-09 16:13:05 +01:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.VoiceStyle)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2023-03-30 18:07:55 +02:00
- name : '>'
2022-03-09 16:13:05 +01:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2022-03-09 16:13:05 +01:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.VoiceStyle)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2023-03-30 18:07:55 +02:00
- name : )
2022-03-09 16:13:05 +01:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2022-03-09 16:13:05 +01:00
- name : )
2023-06-25 15:41:49 +02:00
- uid : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
commentId : M:TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetMostFittingStyle_TinyLife_Objects_VoiceStyle_
2023-06-25 15:41:49 +02:00
name : GetMostFittingStyle(VoiceStyle)
nameWithType : Extensions.GetMostFittingStyle(VoiceStyle)
fullName : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
name : GetMostFittingStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetMostFittingStyle_TinyLife_Objects_VoiceStyle_
2023-06-25 15:41:49 +02:00
- name : (
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2023-06-25 15:41:49 +02:00
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.GetMostFittingStyle(TinyLife.Objects.VoiceStyle)
name : GetMostFittingStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetMostFittingStyle_TinyLife_Objects_VoiceStyle_
2023-06-25 15:41:49 +02:00
- name : (
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2023-06-25 15:41:49 +02:00
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html
2023-06-25 15:41:49 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2022-03-09 16:13:05 +01:00
name : JsonCopy<T>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb : Extensions.JsonCopy(Of T)(T)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb : JsonCopy(Of T)(T)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-03-09 16:13:05 +01:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2022-03-09 16:13:05 +01:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-03-09 16:13:05 +01:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Objects.VoiceStyle
commentId : T:TinyLife.Objects.VoiceStyle
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.VoiceStyle.html
2022-03-09 16:13:05 +01:00
name : VoiceStyle
nameWithType : VoiceStyle
fullName : TinyLife.Objects.VoiceStyle