Coder Social home page Coder Social logo

autumnsky1010 / soundmaker Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 1.0 190 KB

You can do The following content with this library. 1. make the sound of chiptune(old game sound) 2. export sound to a file of wave format.

License: MIT License

C# 100.00%
audio chiptune csharp music sound wavefile dotnet

soundmaker's People

Contributors

autumnsky1010 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

venustar1228

soundmaker's Issues

Support Parsing "Sheet Music" into Channels

๐Ÿ‘‹ ใ“ใ‚“ใซใกใ‚!

It would be neat if SoundMaker could parse some "sheet music" format and turn them into wave files.

There's a site called noobnotes that seems to have a user-friendly format. (https://noobnotes.net/super-mario-bros-theme-nintendo/?solfege=false)

Here's a potential use case.

SoundFormat format = new(FourtyEightKHz, SixteenBit, Monaural);
var rightChannel = new TriangleSoundChannel(100, format, PanType.Right);
var music = 
"""
^E ^E ^E
^C ^E ^G G

 

^C G E
A B Bb A
G ^E ^G ^A
^F ^G ^E ^C ^D B
""";

rightChannel.Process(music);

ใ‚ใ‚ŠใŒใจใ†ใ”ใ–ใ„ใพใ—ใŸใ€‚

Improve usability

Overview

Improve usability

Purpose

  • Implements IEnumerable at ISoundChannel
  • Add SoundFormatBuilder

Method

Work branch name

fix\#6

Fix a bug of note

ScaleNumberใŒๆญฃใ—ใๅˆๆœŸๅŒ–ใ•ใ‚Œใชใ„ๅ•้กŒใ‚’ๆŠฑใˆใฆใ„ใ‚‹ใ€‚
ๆณขๅฝข่จˆ็ฎ—ใฏๆญฃใ—ใ„ใŒใ€่จˆ็ฎ—ๆ™‚ใซ่ชคใฃใฆใƒ‡ใ‚ฏใƒชใƒกใƒณใƒˆใ—ใฆใ„ใ‚‹ใ“ใจใŒๅŽŸๅ› ใ€‚

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.