huangfeng 4 months ago
parent eb318677ab
commit 6127aee14b

@ -52,6 +52,6 @@ public class SpectrogramModel {
byte[] bytes = new byte[length];
dis.readFully(bytes);
String str = new String(bytes, StandardCharsets.UTF_8);
return str.replaceAll("\\u0000", "");
return str.replaceAll("\u0000", "");
}
}

Loading…
Cancel
Save