musiccaps_details (view)
1 row where musiccaps_aspects contains "instrumental" and musiccaps_aspects contains "stereo sound sensation"
This data as json, CSV (advanced)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
(3D binaural sound) Asmr scratching your head + hair brushing (scalp massage) | This clip is a sound of scratching or scraping using binaural sound. The effect is a 3D stereo sound sensation. The sounds are clear and lucid as if hearing it live. This clip is a demonstration of Binaural sounds. | 2014-04-19T22:39:18Z | Deep Ocean of Sounds | The last voting: 1. Scratching your head (155 votes) 2. Walking through the forest (44 votes) will be uploaded within 3 days 3. Underwater sounds 4. Office sounds In this video you can hear the sounds of scratching your head, and hair brushing. When I was listening to this recording for the first time, I thought that it sounds to me like this particular kind of a scalp massage without any water. Let me know what does it sound like to you. As usual I tried to focus especially on capturing the most realistic sounds, and I think this time I succeed. Although I'm not completely satisfied with the clarity of the sound, I like the way how realistic it turned out to be. I hope you will find it relaxing. The microphones I use: http://binauralenthusiast.com/ If you want to support this channel, you can buy hq audio files here: http://deepoceanofsounds.bandcamp.com/ Facebook: https://www.facebook.com/deepoceanofs... Photo is public domain: http://pixabay.com/en/wellness-massag... Through the last few years I've been getting quite a lot of messages from people who wanted to start their own asmr channel but were not completely sure what equipement they should choose to make a video in which the sound would be noticeably good. So I decided to create a list of the most important devices you need in order to start making good sounding asmr videos: Recommended low-end audio recorders: 1. ZOOM H1: http://amzn.to/20PVdQ3 2.TASCAM DR-05 http://amzn.to/1KzNaCX Recorders with XLR inputs and low EIN noise: 1. OLYMPUS LS-100: http://amzn.to/1paBvAE 2. ROLAND R-26: http://amzn.to/1R9q7Sr Audio interfaces: TASCAM UH 7000: http://amzn.to/1R9qcFD PRESONUS AUDIOBOX: http://amzn.to/1paBSLM Microphones with 3.5 mm audio jack: 1. ROLAND CS-10EM: http://amzn.to/1UUWC6I 2. SOUND PROFESSIONALS: http://amzn.to/1QJUnBa Condenser cardioid mics: 1. RODE NT1: http://amzn.to/1QGSV1l Fanless laptops: 1. ASUS TRANSFORMER BOOK: http://amzn.to/1R9qJHS 2. ASUS ASPIRE SWITCH: http://amzn.to/1QGU49g | ["Scratching (performance technique)"] | ["instrumental", "medium tempo", "scraping sound", "demonstration", "scratching", "rustling", "3d effect", "surround sound", "sound stimulation", "psychophysics technique", "stereo sound sensation"] | 7 | m9tnNkon_iw | 4449 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE VIEW musiccaps_details AS select musiccaps.url as video, json_object( 'label', coalesce(videos.title, 'Missing from YouTube'), 'href', musiccaps.url ) as youtube_link, musiccaps.caption as musiccaps_caption, videos.publishedAt as youtube_published, videos.channelTitle as youtube_channel, videos.description as youtube_description, musiccaps.audioset_names as musiccaps_names, musiccaps.aspect_list as musiccaps_aspects, musiccaps.author_id as musiccaps_author, videos.id as youtube_id, musiccaps.rowid as musiccaps_rowid from musiccaps left join videos on musiccaps.ytid = videos.id;