Tech
Generate Background Music from JSON in .NET
What if application data could drive sound without your application owning an entire audio engine?
Modern applications already use JSON to describe behaviour.
Configuration
User preferences
Application state
Notifications
Workflow status
Environment settings
Feature flags
That data typically controls things like:
JSON
↓
UI
JSON
↓
Feature Behaviour
JSON
↓
API Configuration
JSON
↓
Workflow Logic
But JSON can also drive audio.
With SoundScr...
Read the full discussion on Dev.to
This article was aggregated from Dev.to. Click to join the conversation.
View on Dev.to