GT's Blog
Code snippets, technical articles, tips on computing and programming...
Pages
(Move to ...)
Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
▼
Showing posts with label
Audio Processing
.
Show all posts
Showing posts with label
Audio Processing
.
Show all posts
Java Sound : audio inputstream from pcm amplitude array
›
In this post, i am going to show the code for creating the AudioInputStream from an PCM - amplitude array. It basically converts the int [] ...
Java Sound : generate play sine wave - source code
›
Working source code example on how to generate and play sine wave in Java : View my previous post for playing any PCM amplitude array. G...
4 comments:
Java Audio : Playing PCM amplitude Array
›
How to play a array of PCM amplitude values (integer or float array) in Java - Steps Basic Steps : //initialize source data line - for pl...
Java extract amplitude array from recorded wave
›
Extract amplitude array from recorded/saved wav : From File , AudioInputStream , ByteArray of File or ByteArrayInputStream - working java so...
4 comments:
Sound (audio file) player in java - working source code example
›
Sound (audio file) player in java - working source code example import java.io.File; import java.io.IOException; import javax.sound...
3 comments:
Java Sound Capture from Microphone working code
›
Sound Capture / Record from Microphone and Save : working java source code example import java.io.ByteArrayInputStream; import java.io...
12 comments:
Silence Removal and End Point Detection JAVA Code
›
For the purpose of silence removal of captured sound, we used the algorithm in our final year project. In this post, I am publishing the...
7 comments:
Silence Removal and End Point Detection MATLAB Code
›
Visit http://ganeshtiwaridotcomdotnp.blogspot.com/2011/06/final-report-text-prompted-remote.html for more detail about our project. For t...
11 comments:
›
Home
View web version