Re: [android-developers] sound spectrum analyzer

2011-11-17 Thread Daniel Drozdzewski
On 16 November 2011 11:21, ron simon beachboy2...@googlemail.com wrote: Hi Dev. Team, I want to create a spectral analyser but I'am new in this field . For writing a content from a music file in an array I used this        try {            File file = new File(mFileName,

[android-developers] sound spectrum analyzer

2011-11-16 Thread ron simon
Hi Dev. Team, I want to create a spectral analyser but I'am new in this field . For writing a content from a music file in an array I used this try { File file = new File(mFileName, array_spinner[Getposition()]); file.createNewFile(); InputStream is