Releases: neelkamath/binaural-beats-dataset
Releases · neelkamath/binaural-beats-dataset
Flatten directory structure
v6.0.2 Release v6.0.2
Synchronize data.json with tracks/
The track Beta_14_Hz.mp3
was removed from data.json
because it did not exist in the tracks/
directory.
Legalize
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
v5.0.1 Release v5.0.1
Use MP3s instead of AACs
All tracks are now in MP3 format instead of AAC.
Improved browser support
- 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 inpure
,isochronic
, andsolfeggio
structures.
v3.0.0
- Grammatical improvements
- Track names are no longer guaranteed to be valid HTML
id
s - The
solfeggio
key'seffects
key is now optional
Fix audio format
v2.0.2 Fix tracks format
Fix data.json not conforming to documentation
v2.0.1 Update JSON according to docs
Smaller file sizes and better metadata
- Improved documentation
- The keys
pureRanges
,solfeggioRanges
, andisochronicRanges
have been renamed topure
,solfeggio
, andisochronic
respectively. - Tracks are guaranteed to be valid HTML
id
s. 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:
- Pure and isochronic tracks have been shortened to one second each.