| java Programming Glossary: bitrateAndroid ShoutCast Internet Radio FilenotFoundException http://stackoverflow.com/questions/16264225/android-shoutcast-internet-radio-filenotfoundexception  8 final public int BIT 8 final public int SECONDS 60 int bitrate 56 public File downloadingMediaFile final public String DOWNFILE.. temp urlConn.getHeaderField BITERATE_HEADER  if temp null  bitrate new Integer temp .intValue   else  stopSelf  return   catch.. stopSelf  return  if regularStream  INTIAL_KB_BUFFER bitrate SECONDS BIT Runnable r new Runnable  public void run  try  downloadAudioIncrement.. 
 Media Information Extractor for Java http://stackoverflow.com/questions/2168472/media-information-extractor-for-java  need at least these information Video length Runtime Video bitrate Video framerate Video format and codec Video size width X height.. size width X height Audio channels Audio format Audio bitrate and sampling rate There are several libraries and tools around.. 
 How do I combine/merge two wav files into one wav file? http://stackoverflow.com/questions/2578862/how-do-i-combine-merge-two-wav-files-into-one-wav-file  example I'll assume the two source files have the same bitrate numchannels and are the same length size. if not you can probably.. 
 Convert 16 bit pcm to 8 bit http://stackoverflow.com/questions/5717447/convert-16-bit-pcm-to-8-bit  a good algorithm to do that I haven't mentioned the bitrate because I think it isn't important for the algorithm right .. 
 |