From 85e1deaebbb77e649b592c8316d6144be39add6a Mon Sep 17 00:00:00 2001 From: yyagi Date: Mon, 27 Sep 2021 02:17:38 +0900 Subject: [PATCH] =?utf8?q?#xxxxx=20=E9=9F=B3=E6=BA=90=E3=83=95=E3=82=A1?= =?utf8?q?=E3=82=A4=E3=83=AB=E3=81=8C0byte=E3=81=A0=E3=81=A3=E3=81=9F?= =?utf8?q?=E3=81=A8=E3=81=8D=E3=81=ABmp3=E3=83=91=E3=83=BC=E3=82=B5?= =?utf8?q?=E3=82=92=E9=80=9A=E3=82=8B=E3=81=A8=E4=BE=8B=E5=A4=96=E7=99=BA?= =?utf8?q?=E7=94=9F=E3=81=97=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92?= =?utf8?q?=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- FDK/コード/03.サウンド/Cmp3.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/FDK/コード/03.サウンド/Cmp3.cs b/FDK/コード/03.サウンド/Cmp3.cs index 1b729d55..25ebc2c1 100644 --- a/FDK/コード/03.サウンド/Cmp3.cs +++ b/FDK/コード/03.サウンド/Cmp3.cs @@ -27,6 +27,7 @@ namespace FDK { BASSError be = Bass.BASS_ErrorGetCode(); Trace.TraceInformation("Cmp3: StreamCreateFile error: " + be.ToString()); + return 0; } nTotalPCMSize = Bass.BASS_ChannelGetLength(stream_in); -- 2.11.0