Created
December 21, 2019 04:56
-
-
Save AioiLight/44521be99a6583b78776bd5f9989af1e to your computer and use it in GitHub Desktop.
WASAPI on DxLib (freq. 192kHz, buf. 10ms, device Yamaha AG03)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
693: WASAPI の初期化を行います | |
706: デフォルト遅延時間 : 10.000 ms | |
712: 最小遅延時間 : 3.000 ms | |
719: 遅延時間 : 10.000 ms | |
728: デバイスが指定のフォーマットに非対応だったため他のフォーマットでの初期化を試みます | |
741: チャンネル数 : 2 ch | |
748: 量子化ビット深度 : 24 bit | |
755: 有効ビット深度 : 24 bit | |
761: サンプリングレート : 192000 Hz | |
767: データ形式 : 整数型 | |
806: 動作モード : 排他モード | |
812: WASAPI の初期化は正常に終了しました |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment