nakas commited on
Commit
60420d4
·
1 Parent(s): 712ebed

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -620,7 +620,7 @@ class Utils_functions:
620
  ),
621
  -2,
622
  )
623
- strg = (np.int16(abwvc * 32767.0)).tostring()
624
 
625
  return (
626
  np.clip(spec, -1.0, 1.0),
 
620
  ),
621
  -2,
622
  )
623
+ strg = abwvc.tostring()
624
 
625
  return (
626
  np.clip(spec, -1.0, 1.0),