Close Menu
    Trending
    • Three OpenClaw Mistakes to Avoid and How to Fix Them
    • I Stole a Wall Street Trick to Solve a Google Trends Data Problem
    • How AI is turning the Iran conflict into theater
    • Why Your AI Search Evaluation Is Probably Wrong (And How to Fix It)
    • Machine Learning at Scale: Managing More Than One Model in Production
    • Improving AI models’ ability to explain their predictions | MIT News
    • Write C Code Without Learning C: The Magic of PythoC
    • LatentVLA: Latent Reasoning Models for Autonomous Driving
    ProfitlyAI
    • Home
    • Latest News
    • AI Technology
    • Latest AI Innovations
    • AI Tools & Technologies
    • Artificial Intelligence
    ProfitlyAI
    Home » How to Apply Powerful AI Audio Models to Real-World Applications
    Artificial Intelligence

    How to Apply Powerful AI Audio Models to Real-World Applications

    ProfitlyAIBy ProfitlyAIOctober 27, 2025No Comments8 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Share
    Facebook Twitter LinkedIn Pinterest Email


    fashions are highly effective fashions that both deal with audio enter or can produce audio outputs. These fashions are necessary in AI as a result of audio within the type of speech, or different sounds, is broadly accessible, and helps us perceive the world we stay in. To essentially perceive the significance of audio on the planet, you may think about the world with out sound and the way completely different it’s from a world with sound.

    On this article, I’ll present a high-level overview of various audio machine studying fashions, the completely different duties you may carry out with them, and their software areas. Audio fashions have seen important enhancements in the previous few years, particularly after the LLM breakthrough with ChatGPT.

    This infographic highlights the principle contents of this text. I’ll talk about why we want AI audio fashions, and completely different software areas akin to speech-to-text, text-to-speech, and speech-to-speech. Picture by ChatGPT.

    Why we want audio fashions

    We have already got extraordinarily highly effective LLMs that may cope with a number of human interactions, so it’s necessary to spotlight why there’s a necessity for audio fashions. I’ll spotlight three details:

    • Audio is a crucial dataset, identical to imaginative and prescient and textual content
    • Analyzing audio straight is extra expressive than evaluation by means of transcribed textual content
    • Audio permits for extra human-like interactions

    For my first level, I believe it’s necessary to preface that whereas we have now each monumental datasets by means of textual content on the web and imaginative and prescient by means of movies, we even have giant quantities of knowledge the place audio is offered. Most movies, for instance, will comprise audio that provides which means and context to the video. Thus, if we wish to create probably the most highly effective AI fashions, we have now to create fashions that may perceive all modalities. Modality on this case refers to a kind of knowledge, akin to

    My second level additionally highlights an necessary want for audio fashions. If we wish to convert audio to textual content (so we will apply LLMs, for instance), we first want to make use of a transcription mannequin, which, after all, is an audio mannequin itself. Moreover, it can usually be higher to investigate audio straight, relatively than analyzing a little bit of audio by means of transcribed textual content. The rationale for that is that the audio will seize extra nuances. For instance, if we have now audio of somebody talking, the audio will seize the emotion of the speaker, data that may’t actually be expressed by means of textual content.

    Audio fashions additionally enable for extra human-like experiences, for instance, with the truth that you may have conversations with the AI fashions, as a substitute of typing forwards and backwards.

    Audio mannequin varieties

    On this part, I’ll undergo the principle audio mannequin varieties that you just’ll encounter when working with audio fashions.

    Speech-to-text

    Speech-to-text is likely one of the most typical use instances for audio fashions, and can be known as transcription. Speech-to-text is the duty the place you enter speech and output the textual content offered within the speech. That is extremely necessary to summarize assembly notes, or once you’re speaking to a digital assistant like Siri in your cellphone. Speech-to-text can be used to create bigger coaching datasets for LLMs.

    You should use speech-to-text fashions to absorb audio clips for evaluation. For instance, suppose you’ve gotten a customer support interplay. In that case, you may transcribe this interplay and carry out textual content evaluation on it, akin to analyzing the size of the interplay, rapidly analyzing the efficiency of the customer support consultant, or seeing if the shopper was proud of the interplay, with out having to listen to by means of all the interplay. Analyzing textual content is often means quicker than analyzing the audio, since you may learn textual content quicker than you may take heed to the audio of it. You may see an instance of such a transcribed interplay under:

    [Customer service representative]
    Hello, thanks for calling, what do you want assist with?
    
    [Customer]
    Hello, I would like a refund for a latest buy I made
    
    [Customer service representative]
    Okay, do you've gotten the order ID for the acquisition?
    
    ...

    Nonetheless, it is very important word that once you’re changing speech to textual content, you might be dropping some data, as I described within the intro to this text. You’ll lose the emotion of the folks talking within the audio, and it’ll thus be laborious to find out the shopper’s feelings from the customer support interplay, except the emotion is clearly communicated by means of textual content. In both case, you’ll lose nuance from the audio, just because studying by means of the textual content of a dialog can by no means be as expressive as listening to the dialog itself.

    Thus, if you wish to carry out a deeper evaluation of the audio, you may carry out direct audio evaluation of the interplay, as a substitute of first transcribing the interplay to textual content. For instance, if you wish to decide the emotion of the shopper within the interplay, you may feed within the audio straight, along with a immediate akin to under. You may then carry out direct audio evaluation, capturing additional nuance.

    immediate = 
    """Analyse the emotional state of the shopper on this interplay
    
    {audio_clip}
    
    """
    

    Textual content-to-speech

    Textual content-to-speech is one other necessary use case for audio fashions. That is the reverse of the beforehand described job, the place you as a substitute enter textual content and generate audio for this textual content. In the identical means you lose data transcribing textual content, you now want so as to add data to create the audio.

    Due to this fact, you’ll usually have to offer the emotion the generated speech ought to be in when performing text-to-speech (except the supplier robotically determines emotion when producing the audio).

    Textual content-to-speech may be helpful in lots of eventualities:

    • Creating ads, the place you wish to do a voice-over, given a transcript. This could simply be finished utilizing companies like Elevenlabs
    • For customer support interactions, by having a voice, clients can speak to. You may, for instance, have the shopper name in, transcribe their textual content (speech-to-text), use an LLM to generate a response (text-to-text), and generate audio from the LLM response (text-to-speech)

    The method within the final bullet level works from a high quality perspective. Nonetheless, in the event you do that, you’ll most likely encounter latency points, because it takes time to each transcribe textual content and reply with an LLM earlier than you stream within the audio response. You’ll thus most likely wish to make the most of speech-to-speech fashions as a substitute, which I’ll speak about within the subsequent part.

    Speech-to-speech

    Speech-to-speech fashions are highly effective fashions able to each inputting and outputting speech. That is tremendous helpful in stay eventualities, the place it’s good to create speedy responses.

    You may, for instance, create direct customer support representatives with speech-to-speech fashions, straight responding to person queries with low delay. In such interactions, the delay is tremendous necessary, contemplating you wish to create a human-like interplay for the shopper. The interplay ought to, in idea, really feel the identical, if not higher, than coping with a human customer support consultant.

    Optimally, you’ll use a direct speech-to-speech mannequin, akin to Qwen-3-Omni. An alternate could be to first carry out speech-to-text, text-to-text (with an LLM), after which text-to-speech. Nonetheless, it’s necessary to preface that it’s nearly at all times higher to make use of an end-to-end mannequin (akin to speech-to-speech on this case), as a substitute chaining completely different fashions collectively. It is because end-to-end fashions will retain data higher, thus offering higher outputs.


    One other speech-to-speech mannequin I’d like to say is voice cloning. That is the applying the place you present an audio pattern of 1 specific voice. You may then generate new audio with the cloned voice by offering textual content for a voice-over. Voice-to-voice fashions have additionally seen huge enhancements in the previous few years, and may be helpful to rapidly generate a number of voice-overs.

    For instance, think about you wish to create an audiobook from a textbook, with a particular voice that has finished earlier audiobooks. Usually, you would need to e book a recording room and have the voice narrate the entire new e book, which might take weeks. As an alternative, you probably have a number of samples from this voice already, now you can generate a full voice-over in a matter of minutes utilizing voice cloning fashions. Naturally, you at all times have to get hold of permissions earlier than utilizing a voice-cloning mannequin.

    Conclusion

    On this article, I’ve mentioned completely different voice fashions, with speech-to-text and text-to-speech. and speech-to-speech fashions, that are all helpful in their very own software areas. I believe voice fashions will see continued improvement and enhancements, given their significance. Audio fashions are necessary as a result of audio is a crucial modality to understanding the world, identical to textual content and imaginative and prescient are. I consider audio is much like photos, the place it’s laborious to explain solely utilizing phrases.

    👉 Discover me on socials:

    📩 Subscribe to my newsletter

    🧑‍💻 Get in touch

    🔗 LinkedIn

    🐦 X / Twitter

    ✍️ Medium



    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleBuilding a Monitoring System That Actually Works
    Next Article A Real-World Example of Using UDF in DAX
    ProfitlyAI
    • Website

    Related Posts

    Artificial Intelligence

    Three OpenClaw Mistakes to Avoid and How to Fix Them

    March 9, 2026
    Artificial Intelligence

    I Stole a Wall Street Trick to Solve a Google Trends Data Problem

    March 9, 2026
    Artificial Intelligence

    Why Your AI Search Evaluation Is Probably Wrong (And How to Fix It)

    March 9, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    Harnessing human-AI collaboration for an AI roadmap that moves beyond pilots

    December 5, 2025

    Exploring Merit Order and Marginal Abatement Cost Curve in Python

    September 9, 2025

    Open the pod bay doors, Claude

    August 26, 2025

    Hitchhiker’s Guide to RAG with ChatGPT API and LangChain

    June 26, 2025

    How are MIT entrepreneurs using AI? | MIT News

    September 22, 2025
    Categories
    • AI Technology
    • AI Tools & Technologies
    • Artificial Intelligence
    • Latest AI Innovations
    • Latest News
    Most Popular

    How to Facilitate Effective AI Programming

    December 29, 2025

    Bad Data in AI: Risks, Costs & a 2025 Fix

    November 13, 2025

    Topp 8 populära iPhone AI-appar

    November 7, 2025
    Our Picks

    Three OpenClaw Mistakes to Avoid and How to Fix Them

    March 9, 2026

    I Stole a Wall Street Trick to Solve a Google Trends Data Problem

    March 9, 2026

    How AI is turning the Iran conflict into theater

    March 9, 2026
    Categories
    • AI Technology
    • AI Tools & Technologies
    • Artificial Intelligence
    • Latest AI Innovations
    • Latest News
    • Privacy Policy
    • Disclaimer
    • Terms and Conditions
    • About us
    • Contact us
    Copyright © 2025 ProfitlyAI All Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.