ADMFA Audio
careers at admfa/internships
:root{
–purple:#6C3EFF;
–orange:#FF7A00;
–ink:#0f0f14;
–muted:#5b6472;
–line:rgba(15,15,20,.14);
–paper:#ffffff;
–paper2:#fbfbff;
–shadow:0 18px 55px rgba(0,0,0,.10);
–radius:20px;
}
.admfa-internship-page{
font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
background:var(–paper);
color:var(–ink);
padding:72px 18px;
line-height:1.75;
}
.admfa-internship-page *{box-sizing:border-box;}
.admfa-internship-page a{color:inherit;}
.admfa-internship-page .wrap{max-width:1180px;margin:0 auto;}
/* Newsletter Masthead */
.admfa-internship-page .masthead{
border:1px solid var(–line);
border-radius:26px;
overflow:hidden;
background:
radial-gradient(900px 520px at 15% 10%, rgba(108,62,255,.14), transparent 60%),
radial-gradient(900px 520px at 85% 15%, rgba(255,122,0,.12), transparent 60%),
linear-gradient(180deg, var(–paper2), var(–paper));
box-shadow:var(–shadow);
}
.admfa-internship-page .mast-top{
display:flex;
justify-content:space-between;
align-items:center;
gap:12px;
padding:14px 16px;
border-bottom:1px solid rgba(15,15,20,.08);
background:rgba(255,255,255,.7);
flex-wrap:wrap;
}
.admfa-internship-page .stamp{
display:inline-flex;
align-items:center;
gap:10px;
padding:7px 11px;
border-radius:999px;
border:1px solid rgba(108,62,255,.30);
background:rgba(108,62,255,.08);
font-weight:950;
letter-spacing:.6px;
text-transform:uppercase;
font-size:12px;
color:#1a1438;
white-space:nowrap;
}
.admfa-internship-page .mast-links{
display:flex;
gap:14px;
flex-wrap:wrap;
font-weight:850;
color:#1a1438;
font-size:12px;
letter-spacing:.2px;
}
.admfa-internship-page .mast-links a{
text-decoration:none;
border-bottom:2px solid transparent;
padding-bottom:2px;
}
.admfa-internship-page .mast-links a:hover{
border-bottom-color:rgba(108,62,255,.35);
}
.admfa-internship-page .mast-body{
padding:22px 18px 20px;
display:grid;
grid-template-columns:1.1fr .9fr;
gap:16px;
align-items:start;
}
.admfa-internship-page h1{
margin:0 0 10px;
font-size:44px;
line-height:1.05;
letter-spacing:-.9px;
font-weight:1000;
}
.admfa-internship-page h1 span{
background:linear-gradient(135deg,var(–purple),var(–orange));
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.admfa-internship-page .lead{
margin:0;
color:var(–muted);
font-weight:700;
font-size:15px;
max-width:90ch;
}
.admfa-internship-page .ctaCard{
border:1px solid rgba(15,15,20,.12);
border-radius:22px;
padding:14px;
background:#fff;
box-shadow:0 14px 40px rgba(0,0,0,.08);
}
.admfa-internship-page .ctaCard h3{
margin:0 0 8px;
font-size:14px;
font-weight:1000;
letter-spacing:.2px;
}
.admfa-internship-page .ctaCard p{
margin:0;
color:var(–muted);
font-weight:650;
font-size:13px;
line-height:1.6;
}
/* Buttons (high contrast) */
.admfa-internship-page .btnRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;}
.admfa-internship-page .btn{
display:inline-flex;align-items:center;justify-content:center;gap:10px;
padding:11px 14px;
border-radius:999px;
font-weight:950;
font-size:14px;
letter-spacing:.2px;
border:1px solid rgba(15,15,20,.16);
background:#111;
color:#fff;
text-decoration:none;
transition:.18s ease;
box-shadow:0 12px 28px rgba(0,0,0,.10);
white-space:nowrap;
}
.admfa-internship-page .btn:hover{transform:translateY(-1px);filter:brightness(1.04);}
.admfa-internship-page .btnPrimary{
background:linear-gradient(135deg,var(–purple),var(–orange));
border-color:transparent;
}
.admfa-internship-page .btnGhost{
background:rgba(108,62,255,.10);
border:1px solid rgba(108,62,255,.35);
color:#1a1438;
box-shadow:none;
}
.admfa-internship-page .btnGhost:hover{background:rgba(108,62,255,.16);}
/* Layout sections */
.admfa-internship-page .grid{
margin-top:16px;
display:grid;
grid-template-columns:1fr;
gap:14px;
}
.admfa-internship-page .panel{
border:1px solid var(–line);
border-radius:22px;
padding:16px;
background:#fff;
box-shadow:0 14px 40px rgba(0,0,0,.08);
}
.admfa-internship-page .panel h2{
margin:0 0 10px;
font-size:18px;
font-weight:1000;
letter-spacing:-.2px;
}
.admfa-internship-page .panel p{margin:0;color:var(–muted);font-weight:650;font-size:13.5px;line-height:1.7;}
.admfa-internship-page .cols{
margin-top:12px;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px;
}
.admfa-internship-page .card{
border:1px solid rgba(15,15,20,.12);
border-radius:18px;
padding:14px;
background:rgba(15,15,20,.02);
}
.admfa-internship-page .card h3{
margin:0 0 6px;
font-size:13px;
font-weight:1000;
letter-spacing:.1px;
color:#14121e;
}
.admfa-internship-page .card ul{margin:0;padding-left:18px;}
.admfa-internship-page .card li{
margin:7px 0;
color:#14121e;
font-weight:800;
font-size:12.5px;
line-height:1.45;
}
.admfa-internship-page .muted{color:var(–muted);font-weight:650;}
/* Pills (darker contrast) */
.admfa-internship-page .pillRow{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px;}
.admfa-internship-page .pill{
display:inline-flex;align-items:center;justify-content:center;
padding:7px 10px;
border-radius:999px;
font-size:11px;
font-weight:1000;
letter-spacing:.5px;
text-transform:uppercase;
border:1px solid rgba(15,15,20,.18);
background:#111;
color:#fff;
white-space:nowrap;
}
.admfa-internship-page .pillSoft{
background:rgba(108,62,255,.12);
border:1px solid rgba(108,62,255,.38);
color:#1a1438;
}
/* Table */
.admfa-internship-page .table{
width:100%;
border-collapse:separate;
border-spacing:0;
overflow:hidden;
border-radius:16px;
border:1px solid rgba(15,15,20,.12);
margin-top:12px;
background:#fff;
}
.admfa-internship-page .table th,
.admfa-internship-page .table td{
padding:12px 12px;
border-bottom:1px solid rgba(15,15,20,.08);
vertical-align:top;
text-align:left;
font-size:13px;
}
.admfa-internship-page .table th{
background:rgba(108,62,255,.08);
font-weight:1000;
color:#1a1438;
}
.admfa-internship-page .table tr:last-child td{border-bottom:none;}
/* FAQ */
.admfa-internship-page details{
border:1px solid rgba(15,15,20,.12);
border-radius:16px;
padding:12px 12px;
background:#fff;
margin-top:10px;
}
.admfa-internship-page summary{
cursor:pointer;
font-weight:950;
font-size:13px;
color:#14121e;
list-style:none;
}
.admfa-internship-page summary::-webkit-details-marker{display:none;}
.admfa-internship-page details p{margin:10px 0 0;color:var(–muted);font-weight:650;font-size:13px;}
.admfa-internship-page .footerNote{
margin-top:14px;
border:1px solid rgba(255,122,0,.30);
background:rgba(255,122,0,.10);
border-radius:18px;
padding:14px;
color:#2a1600;
font-weight:750;
font-size:13px;
line-height:1.6;
}
@media(max-width:980px){
.admfa-internship-page .mast-body{grid-template-columns:1fr;}
.admfa-internship-page h1{font-size:34px;}
.admfa-internship-page .cols{grid-template-columns:1fr;}
}
ADMFA Audio • Houston Internship Program
Students
Schools
Requirements
Apply
AV Internships in Houston: Real Gear. Real Shows.
ADMFA Audio LLC offers an immersive, unpaid internship experience for students pursuing Audio Production,
Live Sound, AV Technology, Broadcast, Stagecraft, and Event Production. This page is designed for both
students and school officials—including Houston Community College (HCC), Texas Southern University (TSU),
University of Houston (UH), Lone Star College, and other Houston-area programs—to review and approve placements.
Live Sound
LED + Lighting
Stage + Truss
Houston, TX
College Credit Friendly
Apply / Request Placement
Call: (281) 249-5930
For Students: What You’ll Gain
If you are searching for an “audio engineering internship in Houston” or an “AV internship near Houston Community College / TSU / UH,”
this program is built to give you meaningful experience with professional equipment and real production workflows.
Hands-On Skills
- Signal flow, gain staging, and troubleshooting
- Mic technique, patching, and stage inputs
- Basic system tuning and line check workflow
- Load-in/load-out safety and cable management
Real Equipment Exposure
- Mixing consoles, speakers, subs, and monitors
- Wireless mic coordination (when applicable)
- LED wall basics and video signal routing
- Stage & truss builds (safety-first supervised)
Career Outcomes
- Resume-ready role descriptions and bullet points
- Professional references based on performance
- Network with working engineers & techs
- Learn real client expectations and timelines
This is an unpaid internship. The value is the hands-on experience, portfolio-building, and mentorship.
Students may be eligible for school credit depending on program policies.
Choose Your Track
Students can focus on one track or rotate based on schedule and availability.
| Track | What You’ll Do | Best For |
|---|---|---|
| Live Sound & Stage Tech | Setup, patching, line checks, monitor basics, teardown, load-out organization. | Audio production students, stage crew, live event tech. |
| Lighting & LED Support | Fixture prep, safe power routing, LED wall prep, signal chain basics, supervised installs. | AV students interested in visuals and staging. |
| Studio & Content Production | Podcast/session support, mic placement, simple recording workflows, file handling basics. | Recording, media production, content-driven students. |
| Event Operations | Client flow, timelines, equipment checklists, inventory support, on-site logistics. | Students interested in event production and management. |
Schedule & Program Structure
Internship schedules are coordinated based on show calendar, studio operations, and student availability.
School-required hour logs and supervisor verification are supported.
Typical Time Commitments
- Minimum: 6–8 hours per week recommended
- Best results: 10–15 hours per week
- Event days may include evenings/weekends
- Flex scheduling around school workload
What a “Real Day” Looks Like
- Pre-check gear + prep checklist
- Load-in, stage layout, patch plan
- Line check / rehearsal support
- Teardown, inventory reset, notes
Completion Materials
- Signed hour verification (as requested)
- Role summary for resume/portfolio
- Performance feedback and references
- Optional skills checklist completion
For School Officials: Placement Approval Information
We welcome internship partnerships with Houston-area schools and programs—including Houston Community College,
Texas Southern University, University of Houston, Lone Star College, and related institutions.
This section provides the key information typically required for approvals.
| Approval Item | ADMFA Response |
|---|---|
| Site Address | 6210 S Dairy Ashford Rd, Suite A5, Houston, TX 77072 |
| Primary Contact | ADMFA Audio Team • (281) 249-5930 • info@admfaaudio.com |
| Internship Type | Unpaid, experience-based training aligned to AV/live production workflows. |
| Supervision | Interns are supervised by working AV professionals (engineers/technicians). Tasks are assigned by skill level. |
| Safety & Conduct | Safety briefing required. PPE and safe lifting expectations enforced. Interns must follow venue rules and staff direction. |
| Hour Logs / Verification | We can provide hour verification and supervisor signatures per school template or letterhead. |
| Insurance / Liability | Schools may require student insurance or waivers. We will coordinate required forms during onboarding. |
Request Approval Packet
Send Students Here
Requirements to Participate
These standards protect students, clients, and production quality.
Basic Eligibility
- Current student or recent graduate (preferred)
- Interest in audio/AV/live events
- Reliable transportation to 77072
- Professional communication
On-Site Expectations
- Closed-toe shoes, work-ready attire
- On-time arrival and team mindset
- Follow safety instructions and load-in rules
- Respect client privacy and venue policies
What We Don’t Allow
- Unsafe rigging, shortcuts, or horseplay
- Unsupervised equipment changes
- Recording clients without approval
- Unauthorized use of inventory
Interns may be asked to complete a brief onboarding checklist and sign safety/standards forms (school forms are welcomed).
FAQ (Students + Schools)
Is this internship paid?
No. This is an unpaid internship focused on hands-on learning, mentorship, resume building, and professional exposure.
Students may qualify for school credit depending on their program.
Do interns get to work with real equipment?
Yes—under supervision and based on skill level. Interns learn workflow, safe handling, setup/teardown, and operational standards.
Can you sign hour logs or school verification forms?
Yes. We support time tracking and supervisor verification. Send your school’s form to info@admfaaudio.com.
What types of events will interns see?
Interns may assist with studio sessions, workshops, private events, church celebrations, corporate setups, showcases, and other productions based on the ADMFA calendar.
How do students apply?
Students can apply through our contact page or by emailing info@admfaaudio.com with their school, program, availability, and internship goals.
Apply / Request Placement
Email Internship Team
Ready to Place Students at ADMFA?
If you’re a department chair, internship coordinator, or professor for an audio/AV program at HCC, TSU, UH, Lone Star, or another Houston-area institution,
we can provide a complete approval packet and coordinate student schedules. We want interns to leave with real competency, professional references,
and a resume that reflects measurable production experience.
Request Approval Packet
Call: (281) 249-5930
ADMFA Audio LLC reserves the right to accept or decline placements based on safety, scheduling, and operational requirements.
This internship is designed to support education and workforce readiness in Houston’s audio and AV industry.