About auido settings
843811Dec 7 2006 — edited Dec 8 2006Hello friends....
I encountered a problem with audio settings when iam working with my voice mail project.
For AudioFormat class, in setAudioFormat method i have given parameters like...(8000.0F,8,1,true,true)
i.e 8000 sample/second, 8 bits/sample, 1 single channel , stereo sound is true ......like that
Its working very fine in windows environment....but when ever i tried to wootk in linux or unix environment....its giving the "Illegal Arguement Exception" for the given parameters....
My doubt is are the parameters different for linux environment???
thank you all