Here is my approach to find a criterion to determine whether the equation $\alpha u_{tt}+\beta u_{tx}+\mu u_{xx}=0$ can be transformed into a wave equation $v_{tt}-c^2v_{yy}=0$.
Suppose there is a coordinate transformation $u(t,x) \mapsto v(s,y)$ such that $u(t,x)=v(s,y)$ and $v_{ss}-c^2v_{yy}=0$.
Then since $$v_{ss}=(u_{xx}x_s+u_{x}t_s)x_s+u_xx_{ss}+(u_{tx}x_s+u_{tt}t_s)t_s+u_tt_{ss}$$ and $$v_{yy}=(u_{xx}x_y+u_{xt}t_y)x_y+u_xx_{yy}+(u_{tx}x_y+u_{tt}t_y)t_y+u_tt_{yy}$$, we have $$v_{ss}-c^2v_{yy}=(t_s^2-c^2t_y^2)u_{tt}+2(t_sx_s-c^2t_yx_y)u_{xt}+(x_s^2-c^2x_y^2)u_{xx}+(x_{ss}-c^2x_{yy})u_x+(t_{ss}-c^2t_{yy})u_t=0$$. So we get $$\alpha=t_s^2-c^2t_y^2$$ $$\beta=2(t_sx_s-c^2t_yx_y)$$ $$\mu=x_s^2-c^2x_y^2$$ $$x_{ss}-c^2x_{yy}=t_{ss}-c^2t_{yy}=0$$. Then $\frac{1}{4}\beta^2-\alpha\mu=c^2(t_sx_y-t_yx_s)^2\geq 0$.
Here, I am curious about the case of $t_s x_y=t_y x_s$ so that $\beta^2-4\alpha\mu=0$. Intuitively, it may reach to contradiction if $\beta^2-4\alpha\mu=0$, since it means $\alpha u_{tt}+\beta u_{tx}+\mu u_{xx}=\left(\partial_t +\frac{\beta}{2\alpha}\partial_x\right)^2u=0$ which is not a wave equation. But I cannot find any clue. Also, I have no information for the condition $x_{ss}-c^2x_{yy}=t_{ss}-c^2t_{yy}=0$. To solve this, I have to bring out some relations between $s$ and $y$ from $t_s x_y=t_y x_s$ first. Would you give me any help?