First Publish. Works fine.

Dependents:   unzen_sample_nucleo_f746 unzen_delay_sample_nucleo_f746 skeleton_unzen_nucleo_f746 ifmag_noise_canceller ... more

Nucleo F746ZG用のオーディオ・フレームワークです。フレームワーク地震の詳細は『雲仙』オーディオ・フレームワークを参照してください。

参考リンク

  • skeleton_unzen_nucleo_f746 Nucleo F746ZGおよびUI基板を使う場合のスケルトンプログラム。F746を使う方はここから読み始めると良いでしょう。

Files at this revision

API Documentation at this revision

Comitter:
shorie
Date:
Sun Jan 29 02:50:31 2017 +0000
Parent:
19:b90e520ceec9
Commit message:
Update comment.

Changed in this revision

unzen.h Show annotated file Show diff for this revision Revisions of this file
--- a/unzen.h	Thu Jan 26 03:34:11 2017 +0000
+++ b/unzen.h	Sun Jan 29 02:50:31 2017 +0000
@@ -49,7 +49,7 @@
             float rx_left_buffer[],     // array of the left input samples
             float rx_right_buffer[],    // array of the right input samples
             float tx_left_buffer[],     // place to write the left output samples
-            float tx_right_buffer[],    // place to write the left output samples
+            float tx_right_buffer[],    // place to write the right output samples
             unsigned int block_size     // block size [sample]
             )
 {