mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2026-07-13 15:05:43 +00:00
first add sdk
This commit is contained in:
commit
f91efd1250
3915 changed files with 1291882 additions and 0 deletions
13
component/common/example/media_audio_from_rtp/readme.txt
Executable file
13
component/common/example/media_audio_from_rtp/readme.txt
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
--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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue