docs:blox:examples-audio

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:blox:examples-audio [2024/08/26 14:10]
admin
docs:blox:examples-audio [2024/08/26 14:19] (current)
admin
Line 1: Line 1:
-====== 6.4.6 Audio ======+====== 6.4.6 Audio: Onboard Beeper ======
  
 BLOX can be used to to play notifications via the Onboard beeper, or more complicated projects can be done via external I2S Audio decoder modules BLOX can be used to to play notifications via the Onboard beeper, or more complicated projects can be done via external I2S Audio decoder modules
Line 5: Line 5:
 ---- ----
  
-===== 6.4.6.1 Notifications via onboard beeper, using RTTTL melodies =====+===== 6.4.6.1 Notifications via onboard beeper ===== 
 + 
 +BLOX provides a couple default noises you can use to signify events with an audible notification using the "Play Notification" block.
  
 {{docs:blox:pasted:20240826-124507.png}} {{docs:blox:pasted:20240826-124507.png}}
  
-===== 6.4.6.2 Notifications via onboard beeper, using built in Notifications =====+===== 6.4.6.2 Notifications via onboard beeper, using RTTTL melodies ===== 
 + 
 +BLOX can also play custom melodies provided in RTTTL format
  
 {{docs:blox:pasted:20240826-124507.png}} {{docs:blox:pasted:20240826-124507.png}}
 +
 +RTTTL stands for Ringing Tone Text Transfer Language, a simple text-based format used to encode monophonic ringtones for mobile phones, particularly for older models before the advent of polyphonic and MP3 ringtones.
 +It was in use for a very long time, so there are thousands of RTTTL melodies available online: 
 +
 +Find some examples on 
 +  * https://picaxe.com/rtttl-ringtones-for-tune-command/
 +  * https://github.com/neverfa11ing/FlipperMusicRTTTL
 +  * https://huggingface.co/datasets/cosimoiaia/RTTTL-Ringtones
 +
 +Simply paste the RTTTL string into the "Play RTTTL Melody" block
 +
 +
 +
 +----
docs/blox/examples-audio.1724681448.txt.gz · Last modified: 2024/08/26 14:10 by admin