Skip to content

Small homebrew program for the Nintendo 3DS written in Rust to showcase realtime MP3 audio decoding and playback.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Meziu/realtime-audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realtime-audio

Small homebrew program for the Nintendo 3DS written in Rust to showcase realtime MP3 audio decoding and playback.

About

This is a very rough example. This was mainly developed to showcase the functionality in ctru-rs and check if the APIs were good enough to write some real audio code. In a real application, the audio should be handled with as little overhead as possible in a separate thread.

Known issues

The example doesn't run in debug mode, so you'll need to build it via cargo 3ds [run/build] --release

Music Credits

Song: Aero Chord & Anuka - Incomplete (Muzzy Remix) [NCS Release] Music provided by NoCopyrightSounds Free Download/Stream: http://ncs.io/IncompleteMuzzyRemix Watch: http://youtu.be/1dEyXpdpwWE

License

This project is dual-licensed under MIT or Apache-2.0

About

Small homebrew program for the Nintendo 3DS written in Rust to showcase realtime MP3 audio decoding and playback.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages