The Ultimate Noise Box is a Raspberry Pi-powered white noise machine. Out of the box, it features only nine audio samples. You can upload custom WAV files (in uncompressed PCM format) via the user-friendly web-based interface. What’s particularly exciting about this DIY machine is its capability to play your audio in a gapless loop. 

To get the box running, you must connect it to an external speaker with the built-in line-level audio output jack and use the rotary switch to flip through your library. You can also just pick a sound from the web interface and play it there. Other physical buttons on the box include the stop button, LCD button (for switching the LCD between device info display and volume display), and four sound buttons (that serve as shortcuts and can automatically play four sounds you select from the web interface).

If you’re interested in creating your own Ultimate Noise Box, you can go the minimal hardware route, which only requires a Raspberry Pi and the Adafruit I2S Audio Bonnet and can be controlled from the web UI. For the full-sized version, on the other hand, here’s what you’ll need:

  • a Raspberry Pi 3 Model A+
  • an Adafruit I2S Audio Bonnet for Raspberry Pi
  • an Adafruit I2C Stemma QT Rotary Encoder Breakout
  • an Adafruit rotary encoder
  • an Adafruit scrubber knob
  • six Adafruit momentary SPST pushbuttons

The detailed instructions are found in the project creator’s GitHub.

Source link