2

Audio Software Engineer Remote Jobs in McAllen, TX

We are looking for Software Engineers that want to help Citamed get to the next level. If working ... Availability to work in San Juan and with remote working options Applicant should also answer the ...

Audio Software Engineer Remote information

See McAllen, TX salary details

$60.3K

$140.2K

$195.2K

How much do audio software engineer remote jobs pay per year?

As of Aug 8, 2026, the average yearly pay for audio software engineer remote in McAllen, TX is $140,151.00, according to ZipRecruiter salary data. Most workers in this role earn between $114,000.00 and $164,400.00 per year, depending on experience, location, and employer.

What skills and qualifications are needed to thrive as an audio software engineer?

To thrive as an Audio Software Engineer (Remote), you need a solid background in computer science, digital signal processing (DSP), and audio programming, often supported by a relevant degree and experience in C++ or similar languages. Familiarity with audio development frameworks (such as JUCE or VST), version control systems (e.g., Git), and sometimes certifications in audio engineering or software development are typically expected. Excellent problem-solving, communication, and self-management skills are essential for effective collaboration and productivity in a remote setting. Mastery of these technical and soft skills is crucial to deliver high-quality audio applications, meet project goals, and work efficiently as part of a distributed team.

How does an audio software engineer typically collaborate with cross-functional teams in a remote setting?

As a remote Audio Software Engineer, you’ll frequently collaborate with product managers, UX designers, and QA testers, often through virtual meetings and project management tools. Clear communication is essential, as you'll need to discuss technical requirements, share progress updates, and resolve integration challenges with other engineers. Regular code reviews, documentation, and participation in sprint planning are common to ensure everyone stays aligned. This collaborative approach not only drives innovation in audio features but also helps maintain a cohesive and efficient workflow, even when working remotely.

What is an audio software engineer?

An Audio Software Engineer (Remote) is a technology professional who specializes in designing, developing, and maintaining software related to audio processing, such as digital audio workstations, plugins, or sound synthesis tools, while working from a remote location. Their work often involves programming in languages like C++, Python, or JavaScript, and using audio frameworks such as JUCE or Core Audio. They collaborate with other engineers, sound designers, and product managers to create high-quality audio experiences for users. Remote audio software engineers leverage online communication tools to coordinate with teams across different locations.
What are popular job titles related to Audio Software Engineer Remote jobs in McAllen, TX? For Audio Software Engineer Remote jobs in McAllen, TX, the most frequently searched job titles are:
What cities near McAllen, TX are hiring for Audio Software Engineer Remote jobs? Cities near McAllen, TX with the most Audio Software Engineer Remote job openings:

Software Engineer

Citamed

San Juan, TX • On-site, Remote

Full-time

Re-posted 8 days ago


Job description

We are looking for Software Engineers that want to help Citamed get to the next level. If working within a Tech Startup, with other professionals that will push you to the limit is what you are searching for... then this is for you!
At Citamed, we strive for excellency at all levels of our business and operations. We pride ourselves for the attention to detail and the quality of our work. Therefore, we are looking for people that:
  • Want to learn about everything... and keep learning... always!
  • Are proactive and dynamic, with good attitudes and like having fun with coding and technology.
  • Extremely passionate about technology, software, and quality.
  • Ability to research, investigate, and study profoundly new technologies and best practices.
  • Be able to manage priorities, constant changes, and new requirements while maintaining a high level of quality and attention to details, due dates, and deliverables.
  • Be organized and able to work under pressure when necessary.

We also have some requirements for the opening:
  • Should have at least 2-3 years of experience in software and applications architecture and development.
  • Fully bilingual (verbal and written).
  • Knowledge of two or more of the following programming languages/frameworks/infrastructure: Visual Basic, C#, MS-SQL, Javascript, Groovy (Java), ReactJS, Amazon Web Services.
  • Availability to work in San Juan and with remote working options
Applicant should also answer the following questions related to the next code snippet.
01> var printers = [];
02> for(var i=0; i<3; i++) {
03> printers[i] = function(){
04> myCoolPrinter(i);
05> };
06> }
07> for(i=0; i<3; i++) {
08> printers[i]();
09> }
10> for(var j=0; j<3; j++) {
11> printers[j]();
12> }
13> function myCoolPrinter(v1){
14> // this function will print "v1"
15> }
DO NOT USE A COMPUTER TO RUN THE CODE ABOVE - we will know :). THE FOLLOWING QUESTIONS SHOULD BE ANSWERED BY MIND.
  1. Briefly describe lines 1-6.
  2. Briefly describe lines 10-12.
  3. Suppose that the function myCoolPrinter will output parameter v1 to the console. What will be the output?

PLEASE USE A COMPUTER TO RUN THE PREVIOUS CODE SNIPPET TO ANSWER THE FOLLOWING QUESTIONS.
  1. Refactor function myCoolPrinter so that it outputs to the console (eg: use console.log). What is the output?
  2. Is the output different to the one in question #3, why?