하이 패스 오디오 테스트 명령

2372 단어 Android
회로 방식
1,         
adb shell /vendor/bin/mm-audio-ftm -tc 227 -c /vendor/etc/ftm_test_config -d 30 -v 80
    :-d 30 (     30 ,30        ,      )
                 -v 80 (   80,      )

2,         
adb shell /vendor/bin/mm-audio-ftm -tc 226 -c /vendor/etc/ftm_test_config -d 30 -v 80
    :-d 30 (     30 ,30        ,      )
                 -v 80 (   80,      )

3,           
adb shell /vendor/bin/mm-audio-ftm -tc 225 -c /vendor/etc/ftm_test_config -d 30 -v 80
    :-d 30 (     30 ,30        ,      )
                 -v 80 (   80,      )

4,       
adb shell /vendor/bin/mm-audio-ftm -tc 224 -c /vendor/etc/ftm_test_config -d 30 -v 80
    :-d 30 (     30 ,30        ,      )
                 -v 80 (   80,      )

5,       
adb shell /vendor/bin/mm-audio-ftm -tc 256 -c /vendor/etc/ftm_test_config -d 30 -v 80
    :-d 30 (     30 ,30        ,      )
                 -v 80 (   80,      )

2. 부품 방식
1,Speark  (          )
adb shell /vendor/bin/mm-audio-ftm -tc 1 -c /vendor/etc/ftm_test_config  -v 80 -file /data/test.wav
    :-file /data/test.wav (    test.wav  push /data)
                 -v 80 (   80,      )

2,Receiver  (          )
adb shell /vendor/bin/mm-audio-ftm -tc 5 -c /vendor/etc/ftm_test_config  -v 80 -file /data/test.wav
    :-file /data/test.wav (    test.wav  push /data)
                 -v 80 (   80,      )

3,Headset  (  ( )      )
adb shell /vendor/bin/mm-audio-ftm -tc 3 -c /vendor/etc/ftm_test_config  -v 80 -file /data/test.wav
    :-file /data/test.wav (    test.wav  push /data)
                 -v 80 (   80,      )

4,Headset  (  ( )      )
adb shell /vendor/bin/mm-audio-ftm -tc 4 -c /vendor/etc/ftm_test_config  -v 80 -file /data/test.wav
    :-file /data/test.wav (    test.wav  push /data)
                 -v 80 (   80,      )

5, Mic  ( Mic        )
adb shell /vendor/bin/mm-audio-ftm -tc 18 -c /vendor/etc/ftm_test_config  -d 10
    :-d 10 (     10 ,10        ,      )

6, Mic  ( Mic        )
adb shell /vendor/bin/mm-audio-ftm -tc 141 -c /vendor/etc/ftm_test_config  -d 10
    :-d 10 (     10 ,10        ,      )

7,  Mic  (  Mic        )
adb shell /vendor/bin/mm-audio-ftm -tc 17 -c /vendor/etc/ftm_test_config  -d 10
    :-d 10 (     10 ,10        ,      )

8,    
adb push D:\test.wav /data  ( PC      push    )
adb pull /data/vendor/ftm_pcm_record.wav D:\  (         pull PC )

좋은 웹페이지 즐겨찾기