From 4ba66dc6f2b99abd2d087fdf3e0ebe65ae563a09 Mon Sep 17 00:00:00 2001 From: nasso <11479594+nasso@users.noreply.github.com> Date: Tue, 25 Jan 2022 12:29:29 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20=C2=B5-law=20character=20in=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/libnyquist/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libnyquist/Common.h b/include/libnyquist/Common.h index 8847ae9..01b884a 100644 --- a/include/libnyquist/Common.h +++ b/include/libnyquist/Common.h @@ -411,7 +411,7 @@ enum WaveFormatCode FORMAT_ADPCM = 0x2, // Microsoft ADPCM Format FORMAT_IEEE = 0x3, // IEEE float/double FORMAT_ALAW = 0x6, // 8-bit ITU-T G.711 A-law - FORMAT_MULAW = 0x7, // 8-bit ITU-T G.711 �-law + FORMAT_MULAW = 0x7, // 8-bit ITU-T G.711 µ-law FORMAT_IMA_ADPCM = 0x11, // IMA ADPCM Format FORMAT_EXT = 0xFFFE // Set via subformat };