<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I cannot import audio from the time slider. in Maya Forum</title>
    <link>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13791098#M74346</link>
    <description>&lt;P&gt;HI! everyone.&lt;BR /&gt;&lt;BR /&gt;The UI will be finished soon. Please bear with us a little longer.&lt;BR /&gt;It will be released on GitHub. It is called MAT (Maya Audio Tool).&lt;BR /&gt;It is currently being developed in Python and PyQt, and a PySide6 version is planned for the future. The versions will have no functional differences; only the programming language will vary.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MAT (Maya Audio Tool)" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1566448i13D69D8129502A0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="MAT (Maya Audio Tool)" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;MAT (Maya Audio Tool)&lt;/span&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Sep 2025 08:50:00 GMT</pubDate>
    <dc:creator>amaterasu-qbb</dc:creator>
    <dc:date>2025-09-01T08:50:00Z</dc:date>
    <item>
      <title>I cannot import audio from the time slider.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/11712535#M5290</link>
      <description>&lt;P&gt;I can import audio from File &amp;gt; Import, but it does not appear in the time slider and there is no sound. In other words, it is recognized but cannot be imported.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;// Result: H:/maya/animation/Ball_Rolling/sound/Tennis Ball_Bounces_edit01.wav&lt;/LI-CODE&gt;&lt;P&gt;Audio Details&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Less than 2 seconds&lt;/LI&gt;&lt;LI&gt;WAV Format&lt;/LI&gt;&lt;LI&gt;Exported from Davinci Resolve 16&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When importing audio from the Time Slider I get the following error&lt;/P&gt;&lt;LI-CODE lang="general"&gt;file -import -type "audio" -ignoreVersion -ra true -mergeNamespacesOnClash false -namespace "Tennis_Ball_Bounces_edit01" -options "o=0" -pr - importFrameRate true -importTimeRange "override" "H:/maya/animation/Ball_Rolling/sound/Tennis Ball_Bounces_edit01.wav";
doSoundImportArgList ("1", {"H:/maya/animation/Ball_Rolling/sound/Tennis Ball_Bounces_edit01.wav", "0"});
// Result: 0
// File read in 0.0072 seconds.
// Result: H:/maya/animation/Ball_Rolling/sound/Tennis Ball_Bounces_edit01.wav
# Error: cannot find file
# Error: file: C:/Program Files/Autodesk/Maya2023/scripts/others/doSoundImportArgList.mel line 53: Cannot open soundfile&lt;/LI-CODE&gt;&lt;P&gt;I have tried changing the location of the audio from drive H to drive D and also tried importing an empty scene, but it does not work.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2023 15:51:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/11712535#M5290</guid>
      <dc:creator>amaterasu-qbb</dc:creator>
      <dc:date>2023-01-28T15:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot import audio from the time slider.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/11731229#M5291</link>
      <description>&lt;P&gt;Hi! everyone. I found a solution and would like to share it with you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also found a different error, so I'll post it here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Error: file: C:/Program Files/Autodesk/Maya2023/scripts/others/doSoundImportArgList.mel line 53: Cannot open soundfile&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the cause is&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;sound source is 48000Hz (48kHz)&lt;/LI&gt;&lt;LI&gt;Even 44100Hz (44.1kHz) won't play if it's 32bit&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can see it from the audio of the actual property details,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture17.PNG" style="width: 543px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1171854iB6B1DD6756A6E1E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture17.PNG" alt="Capture17.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but it's hard to understand because it's kbps instead of Hz. But I tried to put something together.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Unplayable&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1536kbps, 48kHz, 16bit&lt;/LI&gt;&lt;LI&gt;2822kbps, 44.1kHz, 32bit Import only&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;2304kbps, 48kHz, 24bit&lt;/LI&gt;&lt;LI&gt;3072kbps, 48kHz, 32bit&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;Playable&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;1411kbps, 44.1kHz, 16bit recommended&lt;/LI&gt;&lt;LI&gt;2116kbps, 44.1kHz, 24bit&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The solution is to use an audio editing software and export at 44.1kHz 16bit.&lt;BR /&gt;I used Audacity, but it seems to be unstable due to repeated Windows IME updates, so I think Adobe Audition is the best.&lt;/P&gt;&lt;P&gt;And with Davinci Resolve, you can change it from 48kHz to 44.1kHz in the project settings, but when you export it, it will be 48kHz, so it didn't work.&lt;/P&gt;&lt;P&gt;thank you. also I added a idea about adding mp3 support to maya.&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/maya-ideas/please-support-flac-mp3-and-other-audio-formats/idi-p/11690709" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/maya-ideas/please-support-flac-mp3-and-other-audio-formats/idi-p/11690709&lt;/A&gt;&lt;/P&gt;&lt;P&gt;feel free to vote.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 09:15:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/11731229#M5291</guid>
      <dc:creator>amaterasu-qbb</dc:creator>
      <dc:date>2023-06-23T09:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot import audio from the time slider.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13381093#M5292</link>
      <description>&lt;P&gt;Is there really no way to only use DaVinci Resolve? I'm using it for exporting image sequences into my Maya files and I want it to handle my audio files as well. Is this something that could be fixed in an update or do I need to use Audacity for sure? Thanks for documenting your findings.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 10:11:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13381093#M5292</guid>
      <dc:creator>animoumou</dc:creator>
      <dc:date>2025-03-20T10:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot import audio from the time slider.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13381687#M5293</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hi.&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13670703"&gt;@animoumou&lt;/a&gt;&amp;nbsp;.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm back baby woohoo! ...sorry about that. Another possibility is to use FFmpeg.&lt;BR /&gt;I could write a GUI tool in FFmpeg or Python that would allow you to drag audio files from the explorer and convert the bitrates of all audio files at once.&lt;BR /&gt;Of course I'll give it away for free here on this site. I will do so if you support me. I've been having a hard time with depression lately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 14:53:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13381687#M5293</guid>
      <dc:creator>amaterasu-qbb</dc:creator>
      <dc:date>2025-03-20T14:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot import audio from the time slider.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13381747#M5294</link>
      <description>&lt;P&gt;Welcome back! The idea of a GUI tool for batch converting bitrates sounds awesome. I’m sure people would really appreciate it. Sorry to hear about your depression, I hope it gets better soon.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 15:17:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13381747#M5294</guid>
      <dc:creator>animoumou</dc:creator>
      <dc:date>2025-03-20T15:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot import audio from the time slider.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13381805#M5295</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;Hi.&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13670703"&gt;@animoumou&lt;/a&gt;&amp;nbsp;.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;Thanks a lot for your kindness. Blessings on you my friend.&lt;BR /&gt;I'll start working on it now, so please give me about a month. I'm not a programmer, but I'll do my best to start the project.&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Mar 2025 15:46:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13381805#M5295</guid>
      <dc:creator>amaterasu-qbb</dc:creator>
      <dc:date>2025-03-20T15:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot import audio from the time slider.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13381837#M5296</link>
      <description>&lt;P&gt;Of course! Take your time, if it's too much then don't worry about it. I thought it was something you could easily do. Take care &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 16:05:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13381837#M5296</guid>
      <dc:creator>animoumou</dc:creator>
      <dc:date>2025-03-20T16:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot import audio from the time slider.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13756948#M74271</link>
      <description>&lt;P&gt;That would be AMAZING..!!!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Aug 2025 21:24:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13756948#M74271</guid>
      <dc:creator>dbreaux</dc:creator>
      <dc:date>2025-08-06T21:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: I cannot import audio from the time slider.</title>
      <link>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13791098#M74346</link>
      <description>&lt;P&gt;HI! everyone.&lt;BR /&gt;&lt;BR /&gt;The UI will be finished soon. Please bear with us a little longer.&lt;BR /&gt;It will be released on GitHub. It is called MAT (Maya Audio Tool).&lt;BR /&gt;It is currently being developed in Python and PyQt, and a PySide6 version is planned for the future. The versions will have no functional differences; only the programming language will vary.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MAT (Maya Audio Tool)" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1566448i13D69D8129502A0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="MAT (Maya Audio Tool)" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;MAT (Maya Audio Tool)&lt;/span&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 08:50:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/maya-forum/i-cannot-import-audio-from-the-time-slider/m-p/13791098#M74346</guid>
      <dc:creator>amaterasu-qbb</dc:creator>
      <dc:date>2025-09-01T08:50:00Z</dc:date>
    </item>
  </channel>
</rss>

