Skip to content

Instantly share code, notes, and snippets.

@takeshich
takeshich / KTX.cs
Last active October 17, 2018 04:47
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
@takeshich
takeshich / OpenAL.cs
Created December 21, 2017 08:00
OpenALでの使用例
//略
IntPtr device;
OpenTK.ContextHandle context;
private void button1_Click(object sender, EventArgs e)
{
if (_tokenSource == null) _tokenSource = new CancellationTokenSource();
var token = _tokenSource.Token;
@takeshich
takeshich / BufferSound.cs
Last active December 21, 2017 07:29
セカンドライフ技術系 Advent Calendar 2017向け
//
// Radegast Metaverse Client
// Copyright (c) 2009-2014, Radegast Development Team
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributions of source code must retain the above copyright notice,
// this list of conditions and the following disclaimer.
@takeshich
takeshich / upnpglobalvars.h
Created May 2, 2015 01:05
minidlna-20140415-IOのupnpglobalvars.h
/* MiniDLNA project
*
* http://sourceforge.net/projects/minidlna/
*
* MiniDLNA media server
* Copyright (C) 2008-2009 Justin Maggard
*
* This file is part of MiniDLNA.
*
* MiniDLNA is free software; you can redistribute it and/or modify
@takeshich
takeshich / metadata.c
Last active August 29, 2015 14:07
IODataのminidlnaのバグとか
/* MiniDLNA media server
* Copyright (C) 2008-2009 Justin Maggard
*
* This file is part of MiniDLNA.
*
* MiniDLNA is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* MiniDLNA is distributed in the hope that it will be useful,