raphaelbiojout commited on
Commit
25edf8d
·
1 Parent(s): 8559cc7

update handler

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -32,7 +32,7 @@ def ffmpeg_read(bpayload: bytes, sampling_rate: int) -> np.array:
32
  """
33
  ar = f"{sampling_rate}"
34
  ac = "1"
35
- format_for_conversion = "f16le" # was f32le
36
  ffmpeg_command = [
37
  "ffmpeg",
38
  "-i",
 
32
  """
33
  ar = f"{sampling_rate}"
34
  ac = "1"
35
+ format_for_conversion = "f32le"
36
  ffmpeg_command = [
37
  "ffmpeg",
38
  "-i",