---
Title: Soundly in Los Angeles This Summer
Canonical URL: https://getsoundly.com/news/soundly-in-los-angeles-this-summer/
Markdown URL: https://getsoundly.com/news/soundly-in-los-angeles-this-summer/index.html.md
Source: news post
Source path: _posts/2026-06-19-soundly-in-los-angeles-this-summer.md
Date: 2026-06-19T00:00:00+02:00
---

Parts of the Soundly team will be in Los Angeles this summer to meet with production companies, post-production facilities, schools, and sound teams.

## Let’s talk about Soundly for your team
<div class="la-contact-form kwes-form">
  <form
    method="POST"
    enctype="multipart/form-data"
    action="https://soundly-server.appspot.com/form?Type=Contact"
    redirect="/messageconfirmation.html"
  >
    <input type="hidden" name="topics" value="Enterprise">
    <div class="yourinformation23123">
      <label for="la-quoteyourinformation">Your information</label>
      <input autocomplete="off" id="la-quoteyourinformation" type="text" placeholder="Your name" name="quoteyourinformation">
    </div>
    <div class="la-contact-fields">
      <div class="la-contact-aboutsender">
        <div>
          <label for="la-contact-name">Your name</label>
          <input id="la-contact-name" required type="text" placeholder="Your name" name="name">
        </div>
        <div>
          <label for="la-contact-email">Your email</label>
          <input id="la-contact-email" type="email" name="email" placeholder="Your email" required>
        </div>
      </div>
      <div class="la-contact-message">
        <label for="la-contact-message">Your message</label>
        <textarea id="la-contact-message" placeholder="Your message" name="message" rows="2" required></textarea>
        <button class="submitformbutton" type="submit">Submit</button>
      </div>
    </div>
  </form>
</div>

Soundly is used by editors and sound teams connected to companies such as Netflix, Warner Bros., and Paramount. Meeting in person helps us understand how different teams work and how Soundly can fit into their setup.

We are in LA to support both current and new Soundly users. We can help with Soundly for Teams, shared libraries, user setup, collections, training, and custom workflows for larger organizations.

Some teams want a full setup review. Others only want to ask a few questions, discuss library management, or show us how they work. We are open to both.

If you are based in Los Angeles and would like to meet this summer, we would be happy to connect!

<div class="frontpagenewsvideowrapper la-article-video">
  <iframe width="560" height="315" src="https://www.youtube.com/embed/y85JIZb0jC4" title="Soundly video" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

<style>
.newsarticlecontainer h2:has(+ .la-contact-form) {
  font-size: 28px;
  line-height: 34px;
  margin-top: 44px;
  margin-bottom: 0;
}

.newsarticlecontainer .la-article-video {
  margin-top: 40px;
}

.newsarticlecontainer .la-contact-form {
  margin-top: 22px;
  margin-bottom: 56px;
}

.newsarticlecontainer h2 + .la-contact-form {
  margin-top: 20px;
}

.newsarticlecontainer .la-contact-form form,
.newsarticlecontainer .la-contact-form form * {
  box-sizing: border-box;
}

.newsarticlecontainer .la-contact-form .yourinformation23123 {
  display: none !important;
}

.newsarticlecontainer .la-contact-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.newsarticlecontainer .la-contact-aboutsender {
  display: grid;
  gap: 18px;
}

.newsarticlecontainer .la-contact-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.newsarticlecontainer .la-contact-form input,
.newsarticlecontainer .la-contact-form textarea {
  display: block;
  width: 100%;
  background: #191919;
  border: 2px solid transparent;
  color: white;
  font: inherit;
  font-size: 16px;
  border-radius: 8px;
  padding: 16px 22px;
}

.newsarticlecontainer .la-contact-form input {
  height: 56px;
}

.newsarticlecontainer .la-contact-form textarea {
  height: 128px;
  min-height: 128px;
  resize: vertical;
}

.newsarticlecontainer .la-contact-form input::placeholder,
.newsarticlecontainer .la-contact-form textarea::placeholder {
  color: #404040;
}

.newsarticlecontainer .la-contact-form input:focus,
.newsarticlecontainer .la-contact-form textarea:focus {
  outline: none;
  border-color: #4DB0FA;
}

.newsarticlecontainer .la-contact-form input:valid,
.newsarticlecontainer .la-contact-form textarea:valid,
.newsarticlecontainer .la-contact-form .is-success-110293 {
  border-color: #2CC249;
}

.newsarticlecontainer .la-contact-form input:placeholder-shown,
.newsarticlecontainer .la-contact-form textarea:placeholder-shown {
  border-color: transparent;
}

.newsarticlecontainer .la-contact-form input:invalid:not(:placeholder-shown),
.newsarticlecontainer .la-contact-form textarea:invalid:not(:placeholder-shown),
.newsarticlecontainer .la-contact-form .is-danger-110293 {
  border-color: #E44F33 !important;
}

.newsarticlecontainer .la-contact-form .submitformbutton {
  float: right;
  min-width: 132px;
  height: 40px;
  margin-top: 16px;
  padding: 0 28px;
  background: #24D646;
  color: white;
  font-weight: 700;
  font-size: 15px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s;
}

.newsarticlecontainer .la-contact-form .submitformbutton:hover {
  background: #2CC249;
}

.newsarticlecontainer .la-contact-form div.kw-message-110293.kw-message-error,
.newsarticlecontainer .la-contact-form p.is-danger-110293 {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  .newsarticlecontainer .la-contact-fields {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .newsarticlecontainer .la-contact-form .submitformbutton {
    width: 100%;
  }
}
</style>
