mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-30 12:50:19 +00:00
18 lines
326 B
C#
18 lines
326 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace DokuTest.Sample_sound
|
|
{
|
|
public static class SoundSamples
|
|
{
|
|
uint rate;
|
|
uint channels;
|
|
uint freq;
|
|
|
|
public SoundSamples()
|
|
public class sineSignal
|
|
|
|
}
|
|
}
|