| /expo/packages/expo-av/build/ |
| H A D | AV.js | 39 rate: 1.0, property 106 if (typeof status.rate === 'number' && (status.rate < 0 || status.rate > 32)) { 195 …async setRateAsync(rate, shouldCorrectPitch = false, pitchCorrectionQuality = PitchCorrectionQuali… argument 197 rate, field
|
| H A D | AV.types.d.ts | 149 rate: number; 214 rate?: number;
|
| H A D | AV.d.ts | 127 …setRateAsync(rate: number, shouldCorrectPitch: boolean, pitchCorrectionQuality?: PitchCorrectionQu… 163 …setRateAsync(rate: number, shouldCorrectPitch?: boolean, pitchCorrectionQuality?: PitchCorrectionQ…
|
| /expo/apps/test-suite/tests/ |
| H A D | Audio.js | 327 rate: 1.5, property 342 rate: 1.5, property 573 let rate = 0; 582 t.expect(status.rate).toBeCloseTo(rate, 2); 590 rate, 594 t.expect(status.rate).toBeCloseTo(rate, 2); 603 rate = 0; 609 rate = 1.5; 619 rate = 0.5; 633 rate = 40; [all …]
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/speech/ |
| H A D | SpeechOptions.kt | 9 val rate: Float?, constant in abi48_0_0.expo.modules.speech.SpeechOptions 37 val rate = options["rate"]?.let { in optionsFromMap() constant 55 return SpeechOptions(language, pitch, rate, voice) in optionsFromMap()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/speech/ |
| H A D | SpeechOptions.kt | 9 val rate: Float?, constant in abi47_0_0.expo.modules.speech.SpeechOptions 37 val rate = options["rate"]?.let { in optionsFromMap() constant 55 return SpeechOptions(language, pitch, rate, voice) in optionsFromMap()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/speech/ |
| H A D | SpeechOptions.kt | 9 val rate: Float?, constant in abi49_0_0.expo.modules.speech.SpeechOptions 37 val rate = options["rate"]?.let { in optionsFromMap() constant 55 return SpeechOptions(language, pitch, rate, voice) in optionsFromMap()
|
| /expo/packages/expo-av/src/ |
| H A D | AV.ts | 50 rate: 1.0, constant 132 if (typeof status.rate === 'number' && (status.rate < 0 || status.rate > 32)) { 314 rate: number, 389 rate: number, 394 rate,
|
| H A D | AV.types.ts | 168 rate: number; 237 rate?: number;
|
| /expo/packages/expo-speech/ios/ |
| H A D | SpeechModule.swift | 48 if let rate = options.rate { in definition() variable 49 utterance.rate = Float(rate) * AVSpeechUtteranceDefaultSpeechRate in definition()
|
| H A D | SpeechOptions.swift | 9 var rate: Double? variable
|
| /expo/ios/versioned/sdk49/ExpoSpeech/ |
| H A D | SpeechModule.swift | 48 if let rate = options.rate { in definition() variable 49 utterance.rate = Float(rate) * AVSpeechUtteranceDefaultSpeechRate in definition()
|
| H A D | SpeechOptions.swift | 9 var rate: Double? variable
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | TextToSpeechScreen.tsx | 50 rate: number; 67 rate: 0.75, 131 <Text style={styles.controlText}>Rate: {this.state.rate.toFixed(2)}</Text> 162 rate: this.state.rate, 202 rate: state.rate + 0.1, 216 rate: state.rate - 0.1,
|
| /expo/home/components/ |
| H A D | AudioPlayer.tsx | 28 rate: number; 52 rate: status.rate, 121 active={playback.isLoaded && playback.rate < 1} 124 const newRate = playback.rate < 1 ? 1 : 0.5; 137 active={playback.isLoaded && playback.rate > 1} 140 const newRate = playback.rate > 1 ? 1 : 2; 157 playback.rate,
|
| /expo/packages/expo-speech/build/ |
| H A D | ExponentSpeech.web.js | 29 if (typeof options.rate === 'number') { 30 message.rate = options.rate;
|
| H A D | Speech.types.d.ts | 25 rate?: number;
|
| /expo/ios/versioned/sdk47/EXSpeech/EXSpeech/ |
| H A D | ABI47_0_0EXSpeech.m | 105 NSNumber *rate = options[@"rate"]; 120 if (rate != nil) { 121 utterance.rate = [rate floatValue] * AVSpeechUtteranceDefaultSpeechRate;
|
| /expo/packages/expo-av/build/Audio/ |
| H A D | Recording.types.js.map | 1 …rate.\n *\n * Note that the sampling rate depends on the format for the audio recording, as we…
|
| /expo/packages/expo-speech/src/Speech/ |
| H A D | ExponentSpeech.web.ts | 40 if (typeof options.rate === 'number') { 41 message.rate = options.rate;
|
| H A D | Speech.types.ts | 25 rate?: number;
|
| /expo/ios/versioned/sdk48/EXSpeech/EXSpeech/ |
| H A D | ABI48_0_0EXSpeech.m | 114 NSNumber *rate = options[@"rate"]; 129 if (rate != nil) { 130 utterance.rate = [rate floatValue] * AVSpeechUtteranceDefaultSpeechRate;
|
| /expo/packages/expo-speech/android/src/main/java/expo/modules/speech/ |
| H A D | SpeechOptions.kt | 9 @Field val rate: Float?, constant in expo.modules.speech.SpeechOptions
|
| /expo/apps/native-component-list/src/screens/AV/ |
| H A D | AudioPlayer.tsx | 35 rate: number; 52 rate: 1, 127 rate: number, 131 await this._sound?.setRateAsync(rate, shouldCorrectPitch, pitchCorrectionQuality);
|
| H A D | VideoPlayer.tsx | 61 const setRateAsync = async (rate: number, shouldCorrectPitch: boolean) => 62 video.current?.setRateAsync(rate, shouldCorrectPitch); 100 rate={status.isLoaded ? status.rate : 1}
|