Home
last modified time | relevance | path

Searched refs:samples_24_bit_pretending_to_be_32_bit (Results 1 – 1 of 1) sorted by relevance

/dports/audio/py-speechrecognition/speech_recognition-3.8.1/speech_recognition/
H A D__init__.py242 samples_24_bit_pretending_to_be_32_bit = False
246samples_24_bit_pretending_to_be_32_bit = True # while the ``AudioFile`` instance will outwardly a…
253 …File.AudioFileStream(self.audio_reader, self.little_endian, samples_24_bit_pretending_to_be_32_bit)
263 def __init__(self, audio_reader, little_endian, samples_24_bit_pretending_to_be_32_bit): argument
266 …self.samples_24_bit_pretending_to_be_32_bit = samples_24_bit_pretending_to_be_32_bit # this is tr…
280 …if self.samples_24_bit_pretending_to_be_32_bit: # we need to convert samples from 24-bit to 32-bi…