comparison audio/java/AudioSink.java @ 46:63cefb01cbab

Creating Java build process (incomplete)
author samer
date Sat, 17 Jan 2015 14:13:07 +0000
parents 672052bd81f8
children
comparison
equal deleted inserted replaced
45:1ff748470e1d 46:63cefb01cbab
7 * This software is provided AS iS and WITHOUT ANY WARRANTY; 7 * This software is provided AS iS and WITHOUT ANY WARRANTY;
8 * without even the implied warranty of MERCHANTABILITY or 8 * without even the implied warranty of MERCHANTABILITY or
9 * FITNESS FOR A PARTICULAR PURPOSE. 9 * FITNESS FOR A PARTICULAR PURPOSE.
10 */ 10 */
11 11
12 package samer.audio.alt; 12 package ishara.audio;
13 import javax.sound.sampled.AudioFormat; 13 import javax.sound.sampled.AudioFormat;
14 14
15 /** 15 /**
16 General interface for objects that accept a stream of 16 General interface for objects that accept a stream of
17 samples. 17 samples.