mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2024-11-01 03:44:17 +00:00
.. | ||
example_media_audio_from_rtp.c | ||
example_media_audio_from_rtp.h | ||
readme.txt |
--This example is contributed by Ian-- In order to test this example, you can utilize vlc rtp streaming feature to feed pcmu data for ameba to play audio. For better wlan performance please make the following modification before compiling this example: in lwipopts.h, PBUF_POOL_SIZE 20 => 40 (just an example) PBUF_POOL_BUFSIZE 500 => 250 DEFAULT_UDP_RECVMBOX_SIZE 6 => 24 (just an example) in opt.h, MEMP_NUM_NETBUF 2 => 24 (just an example) TCPIP_MBOX_SIZE 6 => 6 (just an example)