Vansh Chugh
initial deploy
d98780c
Raw
History Blame Contribute Delete
195 Bytes
import math
import numpy as np
import torch
NEG_INF = torch.finfo(torch.float32).min
PI = math.pi
SOUND_SPEED = 343 # m/s
EPSILON = np.finfo(np.float32).eps
MAX_INT16 = np.iinfo(np.int16).max