Changes between Version 2 and Version 3 of audio-check-play


Ignore:
Timestamp:
Dec 6, 2006 12:13:30 PM (17 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • audio-check-play

    v2 v3  
    1 = Checking if Speaker is Functioning Properly by Playing a WAV File = 
     1= Checking if Audio is Playing Properly by Playing a WAV File = 
    22 
     3== First Check, Playing WAV File with pjsua == 
    34An easy way to check if speaker is functioning properly is by using '''pjsua''' to play a WAV file to the speaker, with these easy steps: 
    45 
     
    2526 1. Done. You should hear the file played to the speaker. 
    2627 
    27 If you couldn't hear the file played to the speaker, then there's probably something wrong with your speaker. 
     28If you couldn't hear the file played properly to the speaker, then follow the next step. 
     29 
     30[[BR]] 
     31 
     32== If First Check Fails, try Playing the WAV File with playfile sample == 
     33 
     34If the file is '''not''' playing properly with pjsua, then try playing the file with '''{{{playfile}}}''' sample. The {{{playfile}}} sample binary should be put in {{{pjsip-apps/bin/samples}}} directory after the samples project is successfully built. 
     35 
     36To play a WAV file with {{{playfile}}} sample: 
     37{{{ 
     38 $ ./playfile THEFILE.WAV 
     39}}} 
     40 
     41The difference between pjsua and playfile program is the lack of conference bridge in playfile. 
     42 
     43 
     44== Troubleshooting == 
     45 
     46=== No audio is heard with both pjsua and playfile === 
     47 
     48Probably it's because: 
     49 * the speaker is not working properly 
     50 * the level is set too low 
     51 * the WAV file contains blank recording 
     52 * or something else.. 
     53 
     54