-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug_note.txt
More file actions
32 lines (13 loc) · 1004 Bytes
/
debug_note.txt
File metadata and controls
32 lines (13 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Oppo手机
Pcm mp3 等文件,需要push 或者上传到
/data/data/应用名/files 目录下,
该目录就是 context.getfiledir目录,虽然打印的是/data/user/0/com.tao.cpp_lrn/files/
实际重定向到 上面目录
使用vlc 播放 pcm
/Applications/VLC.app/Contents/MacOS/VLC --demux=rawaud --rawaud-channels 2 --rawaud-samplerate 44100 /Users/weitao/Downloads/aac_decode.pcm
//录音的pcm文件播放
/Applications/VLC.app/Contents/MacOS/VLC --demux=rawaud --rawaud-channels 1 --rawaud-samplerate 44100 /Users/weitao/Downloads/my_record_tmp.pcm
使用vlc 播放 yuv
$ /Applications/VLC.app/Contents/MacOS/VLC --demux rawvideo --rawvid-fps 15 --rawvid-width 176 --rawvid-height 144 --rawvid-chroma I420 /Users/domain/Desktop/test_yuv420p_320x180.yuv
使用vlc 播放视频yuv成功
/Applications/VLC.app/Contents/MacOS/VLC --demux rawvideo --rawvid-fps 15 --rawvid-width 176 --rawvid-height 144 --rawvid-chroma I420 /Users/weitao/Downloads/coastguard_qcif_176_144.yuv