teawav.beatstars.com Open in urlscan Pro
2600:1f18:264f:c604:f59c:3360:9d:1661  Public Scan

Submitted URL: http://teawav.beatstars.com/
Effective URL: https://teawav.beatstars.com/
Submission: On October 02 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" role="search" class="ng-pristine ng-valid">
  <div layout="row" class="layout-row"><md-input-container class="md-block m-none flex" flex=""><label class="input-height-l" for="input_0"><i class="material-icons" style="font-size:18px;position:relative;top:3px;">search</i> Search</label> <input
        class="input-box m-none input-height-l ng-pristine ng-untouched ng-valid md-input ng-empty" ng-focus="searchAutoComplete(keyword)" ng-keyup="searchAutoComplete(keyword)" ng-keydown="clearAutoCompleteTimeout()" ng-blur="searchFocusedOff()"
        name="search_keyword" ng-model="keyword" autocomplete="off" type="search" id="input_0" aria-invalid="false">
      <div class="md-errors-spacer"></div>
    </md-input-container><md-input-container class="md-block m-none nudged-src-btn"><button class="md-button btn-primary m-none md-ink-ripple" md-ink-ripple="" role="menuitem"><i class="fa fa-search"></i></button></md-input-container></div>
  <div layout="row" ng-class="{'hide':!autocompleteResults &amp;&amp; searchFocused}" class="layout-row">
    <div class="m block bg-white bg-white-transparent"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: searchProPageTracksPOST .

<form id="mobsearch" name="searchProPageTracks" action="." method="post" role="search" mobile-search="formLevel" mobile-search-keyword="keyword" class="ng-pristine ng-valid ng-isolate-scope">
  <div layout="row" class="layout-row"><span flex="" class="flex"><input type="search" placeholder="What type of track are you looking for?" ng-model="keyword" id="searchBoxMobile" mobile-search="textboxLevel" mobile-search-keyword="keyword"
        class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty" aria-invalid="false"> <button class="search-btn" aria-label="search button"><i class="fa fa-search"></i></button> <input type="submit" style="visibility: hidden;"></span>
  </div>
</form>

Name: userForm

<form name="userForm" ng-submit="propageContact(contact)" class="ng-pristine ng-scope ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern ng-valid-minlength ng-valid-maxlength">
  <div layout-gt-sm="row" class="m-b-lg layout-gt-sm-row"><md-input-container class="md-block m-b-none m-r flex-gt-sm" flex-gt-sm=""><label class="md-required" for="input_17">Your name</label> <input required=""
        class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="name" ng-model="contact.name" autocomplete="off" id="input_17" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
        <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Your name is required.</div>
      </div>
    </md-input-container><md-input-container class="md-block m-b-none flex-gt-sm" flex-gt-sm=""><label class="md-required" for="input_18">E-mail address</label> <input required=""
        class="input-box ng-pristine ng-untouched md-input ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" ng-model="contact.email" name="email" type="email" minlength="3" maxlength="100"
        ng-pattern="/^.+@.+\..+$/" autocomplete="off" id="input_18" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.email.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required', 'minlength', 'maxlength', 'pattern'] -->
        <div ng-message-exp="['required', 'minlength', 'maxlength', 'pattern']" class="md-input-message-animation ng-scope">Your email must be between 3 and 100 characters long and look like an e-mail address.</div>
      </div>
    </md-input-container></div><md-input-container class="md-block m-b-lg"><label class="md-required" for="input_19">Subject</label> <input required="" class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required"
      name="subject" ng-model="contact.subject" autocomplete="off" id="input_19" aria-invalid="true">
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Subject is required.</div>
    </div>
  </md-input-container><md-input-container class="md-block m-b-lg textarea-container"><label class="md-required" for="input_20">Message</label>
    <div class="md-resize-wrapper"><textarea required="" class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="message" ng-model="contact.message" rows="5" md-select-on-focus="" autocomplete="off"
        id="input_20" aria-invalid="true" style="height: 140px;"></textarea>
      <div class="md-resize-handle" style="touch-action: pan-x;"></div>
    </div>
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.message.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Message is required.</div>
    </div>
  </md-input-container>
  <div layout-gt-sm="row" class="m-b-none layout-gt-sm-row"><!-- ngIf: !sendingMessage -->
    <p class="m-none ng-scope" ng-if="!sendingMessage"><button class="md-button btn-primary-cta m-none block-xs">SEND MESSAGE</button> <span ng-class="{'hide':!contactError}" class="text-danger block-xs ng-binding hide">&nbsp; &nbsp;
        <i class="fa fa-exclamation"></i> </span></p><!-- end ngIf: !sendingMessage -->
  </div><!-- ngIf: sendingMessage -->
</form>

Text Content




TEA.WAV

About Tracks Albums Videos Memberships Sound Kits Services Blog Contact
Merchandise
 $0.00 0
LOG INsearch
search Search






TEA.WAV

Contact Tracks

Contact Tracks

FEATURED TRACK

 

FEATURED TRACK




GENRE

BPM

PRICE

$0.00+

BPM

PRICE

$0.00+
  ADD TO CART IN CART  
 * TITLE TIME BPM TAGS OPTIONS

   
 * CANDY - 2000s 50Cent x DiggaD Type Beat - TEA.WAV 02:41 95 50cent
   2000stypebeat diggad     ADD IN CART
   
 * LOST - Samra - Emotional Piano - Sad Emotional Type Beat 03:06 95 deep
   emotional sad     ADD IN CART
   
 * CHUMMA - Sampled Indian Bollywood - Bouncy Freestyle Trap 02:48 90 bouncy
   bollywood sample     ADD IN CART
   
 * FIGHTER - Dark Choir & Piano Trap Instrumental - Hard Trap 03:46 155
   hardtypebeat darktypebeat trap     ADD IN CART
   
 * ALONE - Samra Type Beat Piano & Strings - Sad Type Beat 03:46 87
   emotionaltypebeat sadtypebeat samra     ADD IN CART
   
 * DUDUK - Sad Emotional Piano & Flute - Emotional Type Beat 04:36 92
   sademotional sad samratypebeat     ADD IN CART
   
 * PEACE - Deep Emotional Violin - Type Beat - KKBeatzZ 04:14 119 emotional
   sadtypebeat samra     ADD IN CART
   
 * SAPHIR - Dark Balkan Violin Rap Beat - Hard Banger Type Beat 02:24 150 banger
   typebeat balkan     ADD IN CART
   
 * BATTLE - Epic Violin Beat - Motivational Hip Hop Type Beat 03:17 102 typebeat
   epic orchestral     ADD IN CART
   
 * COMBAT - Dark Piano E-Guitar - Hard Motivational Type Beat 02:50 100 typebeat
   samratypebeat aggressive     ADD IN CART
   
 * DARK - Deep Emotional Violin - Sad Emotional Type Beat 03:47 111
   emotionaltypebeat samratypebeat samra     ADD IN CART
   
 * FEAR - Samra Emotional Violin Piano Sad Emotional Type Beat 03:29 87
   emotionaltypebeat samratypebeat samra     ADD IN CART
   
 * SPIRIT - YAKARY Dark Violin Piano - Aggressive Type Beat 03:19 130 YAKARY
   YAKARYtypebeat typebeat     ADD IN CART
   
 * HOPE - Emotional Deep Violin Piano Beat - Sad Emotional 02:14 111
   SamraTypeBeat TypeBeat Emotional     ADD IN CART
   
 * KILLER - Dark Violin Rap Beat Hard Motivational Instrumental 02:45 90
   typebeat samratypebeat hard     ADD IN CART
   
 * FREE - LOVE - Sad Violin Piano - Sad Emotional Type Beat 03:18 111 Samra
   EmotionalTypeBeat TypeBeat     ADD IN CART
   
 * [FREE] - HELL - Dark Violin Rap Beat Hard Hip Hop Type Beat 03:34 130
   typebeat samratypebeat samra     ADD IN CART
   
 * BALKAN - Dark Balkan Violin Rap Beat Banger Hip Hop 02:52 100 banger Balkan
   typebeat     ADD IN CART
   
 * PAIN - Sad Piano Rap Beat - Emotional Hip Hop Instrumental 03:47 95 Samra
   typebeat Samratypebeat     ADD IN CART
   
 * INFERNO - Dark Violin Rap Beat Hard Motivational Hip Hop 03:18 140 bushido
   typebeat samra     ADD IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

P O P U L A R Basic License ~ $19.95 MAKE AN OFFER

Used for Music Recording

Distribute up to 1.000 copies

100.000 Online Audio Streams

1 Music Video

For Profit Live Performances

Radio Broadcasting rights (2 Stations)

Read Full License

BULK DEALS

BUY 2 TRACKS, GET 2 FREE!

P O P U L A R Premium License ~ $39.95 MAKE AN OFFER

Used for Music Recording

Distribute up to 3.000 copies

300.000 Online Audio Streams

1 Music Video

For Profit Live Performances

Radio Broadcasting rights (2 Stations)

Read Full License

BULK DEALS

BUY 2 TRACKS, GET 2 FREE!

P O P U L A R Premium Plus License ~ $79.95 MAKE AN OFFER

Used for Music Recording

Distribute up to 10.000 copies

500.000 Online Audio Streams

1 Music Video

For Profit Live Performances

Radio Broadcasting rights (2 Stations)

Read Full License

BULK DEALS

BUY 2 TRACKS, GET 2 FREE!

P O P U L A R Unlimited License ~ $149.95 MAKE AN OFFER

Used for Music Recording

Distribute up to UNLIMITED copies

500.000 Online Audio Streams

1 Music Video

For Profit Live Performances

Radio Broadcasting rights (2 Stations)

Read Full License

BULK DEALS

BUY 2 TRACKS, GET 2 FREE!





SERVICES


OTHER SERVICES

Contact me for more details!

DETAILS



MIXING / MASTERING SERVICE

Contact me for more details!

DETAILS



CUSTOM BEAT

Your own Beat with your own ideas only for you!

DETAILS

BROWSE ALL SERVICES





CONTACT

Your name

Your name is required.
E-mail address

Your email must be between 3 and 100 characters long and look like an e-mail
address.
Subject

Subject is required.
Message


Message is required.

SEND MESSAGE    

 LOG IN
 About  Tracks  Albums  Videos shopping_basket Merchandise  Memberships 
Sound Kits  Services  Blog  Contact




TEA.WAV



TERMS OF USE    •    PRIVACY POLICY
YOUTUBE'S TERMS OF SERVICE




 

 * Main
 * About
 * Tracks
 * Albums
 * Videos
 * Sound Kits

 * Merchandise
 * Memberships
 * Services
 * Blog
 * Contact
 * Licensing Info


 

Youtube_Color Created with Sketch.








 repeat    format_list_numbered 

  $0.00+ IN CART 
 * TITLE TIME BPM TAGS OPTIONS

   
 * CANDY - 2000s 50Cent x DiggaD Type Beat - TEA.WAV 02:41 95 50cent
   2000stypebeat diggad     ADD IN CART
   
 * LOST - Samra - Emotional Piano - Sad Emotional Type Beat 03:06 95 deep
   emotional sad     ADD IN CART
   
 * CHUMMA - Sampled Indian Bollywood - Bouncy Freestyle Trap 02:48 90 bouncy
   bollywood sample     ADD IN CART
   
 * FIGHTER - Dark Choir & Piano Trap Instrumental - Hard Trap 03:46 155
   hardtypebeat darktypebeat trap     ADD IN CART
   
 * ALONE - Samra Type Beat Piano & Strings - Sad Type Beat 03:46 87
   emotionaltypebeat sadtypebeat samra     ADD IN CART
   
 * DUDUK - Sad Emotional Piano & Flute - Emotional Type Beat 04:36 92
   sademotional sad samratypebeat     ADD IN CART
   
 * PEACE - Deep Emotional Violin - Type Beat - KKBeatzZ 04:14 119 emotional
   sadtypebeat samra     ADD IN CART
   
 * SAPHIR - Dark Balkan Violin Rap Beat - Hard Banger Type Beat 02:24 150 banger
   typebeat balkan     ADD IN CART
   
 * BATTLE - Epic Violin Beat - Motivational Hip Hop Type Beat 03:17 102 typebeat
   epic orchestral     ADD IN CART
   
 * COMBAT - Dark Piano E-Guitar - Hard Motivational Type Beat 02:50 100 typebeat
   samratypebeat aggressive     ADD IN CART
   
 * DARK - Deep Emotional Violin - Sad Emotional Type Beat 03:47 111
   emotionaltypebeat samratypebeat samra     ADD IN CART
   
 * FEAR - Samra Emotional Violin Piano Sad Emotional Type Beat 03:29 87
   emotionaltypebeat samratypebeat samra     ADD IN CART
   
 * SPIRIT - YAKARY Dark Violin Piano - Aggressive Type Beat 03:19 130 YAKARY
   YAKARYtypebeat typebeat     ADD IN CART
   
 * HOPE - Emotional Deep Violin Piano Beat - Sad Emotional 02:14 111
   SamraTypeBeat TypeBeat Emotional     ADD IN CART
   
 * KILLER - Dark Violin Rap Beat Hard Motivational Instrumental 02:45 90
   typebeat samratypebeat hard     ADD IN CART
   
 * FREE - LOVE - Sad Violin Piano - Sad Emotional Type Beat 03:18 111 Samra
   EmotionalTypeBeat TypeBeat     ADD IN CART
   
 * [FREE] - HELL - Dark Violin Rap Beat Hard Hip Hop Type Beat 03:34 130
   typebeat samratypebeat samra     ADD IN CART
   
 * BALKAN - Dark Balkan Violin Rap Beat Banger Hip Hop 02:52 100 banger Balkan
   typebeat     ADD IN CART
   
 * PAIN - Sad Piano Rap Beat - Emotional Hip Hop Instrumental 03:47 95 Samra
   typebeat Samratypebeat     ADD IN CART
   
 * INFERNO - Dark Violin Rap Beat Hard Motivational Hip Hop 03:18 140 bushido
   typebeat samra     ADD IN CART
   


close