Skip to content

Releases: neelkamath/binaural-beats-dataset

Flatten directory structure

19 Jul 14:23
Compare
Choose a tag to compare
v6.0.2

Release v6.0.2

Synchronize data.json with tracks/

19 Jul 14:13
Compare
Choose a tag to compare

The track Beta_14_Hz.mp3 was removed from data.json because it did not exist in the tracks/ directory.

Legalize

19 Jul 09:59
Compare
Choose a tag to compare

Previously, two of the tracks (Alpha_8_Hz.mp3 and Delta_4_Hz.mp3) were only allowed for redistribution for personal uses. This release has deleted those two tracks so that the dataset may be used even commercially.

Fix README

19 Jul 08:51
Compare
Choose a tag to compare
v5.0.1

Release v5.0.1

Use MP3s instead of AACs

19 Jul 08:05
Compare
Choose a tag to compare

All tracks are now in MP3 format instead of AAC.

Improved browser support

12 Jul 10:31
Compare
Choose a tag to compare
  • Track names are guaranteed to be machine-readable (i.e., have no spaces).
  • All tracks are now in AAC instead of MP3.
  • Tracks are at least five seconds long.
  • There is now a duration key in pure, isochronic, and solfeggio structures.

v3.0.0

04 Jul 15:35
Compare
Choose a tag to compare
  • Grammatical improvements
  • Track names are no longer guaranteed to be valid HTML ids
  • The solfeggio key's effects key is now optional

Fix audio format

13 Jun 11:34
Compare
Choose a tag to compare
v2.0.2

Fix tracks format

Fix data.json not conforming to documentation

13 Jun 11:19
Compare
Choose a tag to compare
v2.0.1

Update JSON according to docs

Smaller file sizes and better metadata

13 Jun 10:39
b8f22ad
Compare
Choose a tag to compare
  • Improved documentation
  • The keys pureRanges, solfeggioRanges, and isochronicRanges have been renamed to pure, solfeggio, and isochronic respectively.
  • Tracks are guaranteed to be valid HTML ids. The following conventions are used to name tracks, where <WAVE> is the brainwave, <FREQUENCY> is the track's frequency, and <SOLFEGGIO_FREQUENCY> is the solfeggio's frequency.
    • Pure: <WAVE>_<FREQUENCY>.mp3 (e.g., Alpha_8_Hz.mp3)
    • Isochronic: <WAVE>_<FREQUENCY>_Isochronic_Pulses.mp3 (e.g., Alpha_10_Hz_Isochronic_Pulses.mp3)
    • Solfeggio: <WAVE>_<FREQUENCY>_Solfeggio_<SOLFEGGIO_FREQUENCY>.mp3 (e.g., Alpha_12_Hz_Solfeggio_396_Hz.mp3)
  • Pure and isochronic tracks have been shortened to one second each.