随笔分类 -  工具使用

xcode相关
摘要:头文件引用 import "xxx.h" 搜索顺序: 1. USE_HEADERMAP(如果启用,则会在映射表中查,直接跳过的header search path的配置,如果未查到,则继续往下搜索。) 2. USER_HEADER_SEARCH_PATHS 3. HEADER_SEARCH_PATH 阅读全文

posted @ 2020-12-23 17:05 WillingCPP 阅读(120) 评论(0) 推荐(0)

VLC播放pcm
摘要:/Applications/VLC.app/Contents/MacOS/VLC --demux=rawaud --rawaud-channels 1 --rawaud-samplerate 48000 --rawaud-fourcc "s8 " /Users/lz/audio.pcm https: 阅读全文

posted @ 2020-10-12 14:45 WillingCPP 阅读(1001) 评论(0) 推荐(0)

导航