This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# this config file was automatically generated | |
# using lirc-0.8.6(SerialDevice) on Thu Aug 12 09:57:19 2010 | |
# | |
# contributed by | |
# | |
# brand: Advance Acoustic | |
# model no. of remote control: MAP-305II/DAII | |
# devices being controlled by this remote: Advcance Acoustic MAP-305DAII | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public short[] toMonoSampleArray() { | |
int written = 0; | |
final short[] samples = new short[this.buffersTotalLength]; | |
for(short[] buffer : buffers) { | |
System.arraycopy(buffer, 0, samples, written, buffer.length); | |
written += buffer.length; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<script type="text/javascript" src = "http://code.jquery.com/jquery-1.7.2.min.js"> | |
</script> | |
<title>All Your Base</title> | |
<link href="stylesheet.css" rel="stylesheet" type="text/css" /> |
NewerOlder