Subversion Repositories Projects

Rev

Rev 129 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 129 Rev 135
Line 42... Line 42...
42
    public void start_playing(int resid)
42
    public void start_playing(int resid)
43
    {
43
    {
44
        last_sound=resid;
44
        last_sound=resid;
Line 45... Line 45...
45
       
45
       
46
        try {
46
        try {
Line 47... Line 47...
47
            player=MediaPlayer.create(root,  R.raw.voice_sample_01-1+resid);   
47
            player=MediaPlayer.create(root,  R.raw.voice_sample_1-1+resid);    
Line 48... Line 48...
48
 
48