Home
last modified time | relevance | path

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

/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/py_decoders/
H A Dshn.py28 def ints_to_bytes(l):
31 def ints_to_bytes(l):
75 verbatim_bytes = ints_to_bytes([self.unsigned(8) & 0xFF
/dports/audio/py-fmoo-audiotools/audiotools-3.0/test/
H A Dtest_formats.py2253 temp.write(ints_to_bytes(aiff_data))
3585 temp.write(ints_to_bytes(flac_data))
3601 f.write(ints_to_bytes(new_data))
3609 temp.write(ints_to_bytes(flac_data[0:i]))
3643 temp.write(ints_to_bytes(bytes))
3682 temp.write(ints_to_bytes(header))
3686 temp.write(ints_to_bytes(data))
3695 temp.write(ints_to_bytes(flac_data[0:-10]))
5709 temp.write(ints_to_bytes(wav_data))
6685 f.write(ints_to_bytes(new_data))
[all …]
H A Dtest_core.py58 def ints_to_bytes(l): function
64 def ints_to_bytes(l): function
1358 f = audiotools.pcm.FrameList(ints_to_bytes(range(16)),
2708 ints_to_bytes([0, 0, 0, 0, 255, 255, 255, 255,
2727 ints_to_bytes([0, 0, 0, 0, 255, 255, 255, 255,
2760 ints_to_bytes([0, 0, 0, 0, 255, 255, 255, 255,
2779 ints_to_bytes([0, 0, 0, 0, 255, 255, 255, 255,
3127 ints_to_bytes([0, 0, 0, 0, 255, 255, 255, 255,
3151 ints_to_bytes([0, 0, 0, 0, 255, 255, 255, 255,
3175 ints_to_bytes([0, 0, 0, 0, 255, 255, 255, 255,
[all …]