audio « algorithm « Java Collection Q&A

Home
Java Collection Q&A
1.algorithm
2.array
3.Array Byte
4.Array Char
5.Array Convert
6.Array Dimension
7.Array Integer
8.Array Object
9.Array String
10.ArrayList
11.collection
12.comparator
13.Development
14.Garbage Collection
15.Generic
16.hash
17.HashMap
18.HashTable
19.iterator
20.LinkedList
21.List
22.Map
23.queue
24.Set
25.Sort
26.tree
Java Collection Q&A » algorithm » audio 

1. How to process Sound with Java?    stackoverflow.com

i have to implement the LPC (linear predictive coding) Algorithm with Java and quiet frankly don't have a clue where to start. Could someone please point me into a right direction.. ...

2. PCM algorithm for upsampling    stackoverflow.com

I have 8k16bit pcm audio and I want to upsample it to 16k16bit. I have to do this manually. Can someone tell me the algorithm for linear interpolation? Should I interpolate between ...

3. Convert 16 bit pcm to 8 bit    stackoverflow.com

I have pcm audio stored in a byte array. It is 16 bits per sample. I want to make it 8 bit per sample audio. Can anyone suggest a good ...

4. Upsampling PCMU    stackoverflow.com

Is there an algorithm for upsampling PCMU without having to convert it to PCM first? Are the standard interpolation algorithms applicable to PCMU encoded samples?

5. Audio spectrum analysis using FFT algorithm in Java    stackoverflow.com

I want to analyze the spectrum of an audio file in Java (ME). I want to draw spectrum as some media players do. But I don't understand some points:

  1. Input ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.