Enter the master setup key to configure TOTP authentication:
This key prevents unauthorized TOTP setup. Contact the system administrator if you don't have it.
Control which sections are visible on the main page:
Upload the current index.html file to your S3 bucket to deploy website changes:
This will upload the current index.html file to your S3 bucket as the main website file.
Drag and drop audio or video files here
✨ Supports multiple files at once!
Supports MP3, WAV, OGG, MP4, MOV, AVI
| Title & Description | Thumbnail | Type | Category | Status | Size | Date | Actions |
|---|
Configure the 3D audio sources and game states for the Wwise interactive demo.
Crafting immersive audio experiences that bring stories to life through innovative sound design.
Explore My WorkProfessional game audio requires specialized tools and technical expertise. Here's an interactive look at my workflow and the technologies I use to create immersive audio experiences.
Experience professional game audio middleware concepts through this interactive 3D audio demonstration.
Click and drag audio sources to hear 3D positioning, distance attenuation, and stereo panning effects
See how audio is implemented in Unity through real gameplay footage and interactive code examples.
Upload a Unity gameplay video via the admin panel
to see audio implementation in action
// Footstep audio implementation public class PlayerAudio : MonoBehaviour { public AudioSource audioSource; public AudioClip[] footstepClips; void Update() { if (characterController.isGrounded && isMoving) { PlayFootstep(); } } void PlayFootstep() { AudioClip clip = footstepClips[Random.Range(0, footstepClips.Length)]; audioSource.PlayOneShot(clip, 0.7f); } }
I'm available for freelance sound design and audio production projects. Please feel free to reach out to discuss your requirements and how I can assist with your project.