{"id":26585323,"url":"https://github.com/xmaman/soundengine","last_synced_at":"2026-05-03T13:33:46.627Z","repository":{"id":282817732,"uuid":"833089124","full_name":"XMAMan/SoundEngine","owner":"XMAMan","description":"This is my little sound engine for my games","archived":false,"fork":false,"pushed_at":"2025-05-08T14:44:14.000Z","size":4634,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-18T16:48:58.031Z","etag":null,"topics":["engine","sound","synthesizer"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/XMAMan.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-24T10:29:30.000Z","updated_at":"2025-05-08T14:44:18.000Z","dependencies_parsed_at":"2025-05-08T15:39:15.917Z","dependency_job_id":null,"html_url":"https://github.com/XMAMan/SoundEngine","commit_stats":null,"previous_names":["xmaman/soundengine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/XMAMan/SoundEngine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XMAMan%2FSoundEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XMAMan%2FSoundEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XMAMan%2FSoundEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XMAMan%2FSoundEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XMAMan","download_url":"https://codeload.github.com/XMAMan/SoundEngine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XMAMan%2FSoundEngine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32571455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["engine","sound","synthesizer"],"created_at":"2025-03-23T10:36:22.824Z","updated_at":"2026-05-03T13:33:46.620Z","avatar_url":"https://github.com/XMAMan.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"SoundEngine\n============\nThis is a synthesizer which can be used to create single soundeffects but also music files. The importer/exporter supports midi/mp3/wma/wav-Files. I use this synthesizer for my games.\n\nImages\n------\nThis is the synthesizer:\n![Screenshoot](./Data/Images/Screenshoot.JPG)\n\n\nFeatures\n--------\nSupported oszilators:\n* Sinus\n* Rectangle\n* Triangle\n* SawTooth\n* Noise\n\nSupported low frequency oszilators\n* Frequency modulation\n* Pulse-width modulation\n* Amplited modulation\n\nSupported envelope generator\n* ADSR(attack, decay, sustain, release)\n\nSupported filter\n* Low Pass\n\nEffects\n* Frequency ramp\n* Delay\n* Hall\n* Gain\n* Pitch\n\nDependencies\n------------\n* NAudio\n* ReactiveUI\n* DynamicData\n* Autofac\n\nTodo\n----\n* implement the Chorus-Effekt\n\n\nUsed Papers/Tutorials/Links\n---------------------------\n* https://gamedev.stackexchange.com/questions/29303/audio-programming-resources\n* The Scientist and engineers Guide to Didital Signal Processing by Steven W.Smith\n* Einführung in die digitale Signalverarbeitung - Prof. Dr. Stefan Weinzierl [1996]\n* https://www.youtube.com/watch?v=q_3d1x2VPxk\n* https://blogs.msdn.microsoft.com/dawate/2009/06/25/intro-to-audio-programming-part-4-algorithms-for-different-sound-waves-in-c/\n* https://www.codeproject.com/Articles/3382/Programming-Audio-Effects-in-C\n* https://www.tu-chemnitz.de/informatik/ThIS/downloads/courses/ws02/datkom/Fouriertransformation.pdf\n* https://www.bonedo.de/artikel/einzelansicht/synthesizer-basics-folge-1/2.html\n* http://creatingsound.com/2014/02/dsp-audio-programming-series-part-2/\n* http://www.i6.in.tum.de/pub/Main/TeachingSs2003AlgorithmenWerkzeugeAudiobearbeitung/v2-Digitale-Filter.pdf\n* https://www.hdm-stuttgart.de/~curdt/_Digitale_Filter.pdf\n* https://ti.tuwien.ac.at/cps/teaching/courses/sigproz/files/DesignFIR.pdf\n* https://www.c-plusplus.net/forum/306296-full \n* https://github.com/vinniefalco/DSPFilters/tree/master/shared/DSPFilters/source\n* https://ti.tuwien.ac.at/cps/teaching/courses/sigproz/files\n* https://llllllll.co/t/digital-allpass-filters/27398\n* https://ccrma.stanford.edu/~jos/pasp/Allpass_Filters.html\n* https://ccrma.stanford.edu/~jos/pasp/One_Multiply_Scattering_Junctions.html\n* https://ccrma.stanford.edu/~dattorro/EffectDesignPart2.pdf\n* https://github.com/madronalabs/madronalib/blob/master/source/DSP/MLDSPFilters.h\n\nUsage\n-----\nCreate with the editor (MusicMachine-Project) a .music-file. Use the SoundGenerator-class to load this file and play sounds in your game.\nExample for usage is in the SoundEngineTest-Project. \n\nThe developer-documentation is shown here: [developer-documentation](./Documentation/documentation.md)\n\nThe user-documentation is here: [user-documentation](https://github.com/XMAMan/SoundEngineExamples)\n\nLicense\n-------\n\nAll rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmaman%2Fsoundengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxmaman%2Fsoundengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmaman%2Fsoundengine/lists"}