Skip to main content

Questions tagged [m4a]

M4A stands for MPEG 4 Audio, it is a filename extension used to represent audio files.

m4a
0 votes
0 answers
17 views

Delay allocating AVAudioPlayer with URL of sound in iOS simulator iOS 17.2

Has anyone experienced a delay while allocating and initializing an instance of AVAudioPlayer with the URL of a sound? The delay is barely noticeable (~1.5 seconds) using the iOS 17.2 simulator but is ...
Hahnemann's user avatar
  • 4,568
0 votes
0 answers
44 views

Tagging M4A Files

I have a m4a file. How can I assign tags to it in the browser using javascript? It has mp4a.40.5 codec. I'm using [email protected] with [email protected] Tried writing tags to it using browser-id3-writer ...
Zafir Hasan Anogh's user avatar
0 votes
0 answers
19 views

BASH recursive go trough all subdirectories and if a specific file existis, touch all files from one type in this directory [duplicate]

I have a music collection of the structure Interpret -> Album -> song1.m4a song2.m4a cover.jpg I can use ffmpeg to add the cover.jpg to the files: #! /bin/bash COVER=./cover.jpg if test -f &...
mkirbst's user avatar
  • 31
0 votes
0 answers
231 views

Unable to play m4a on Windows

I have an audio file recorded from the iPhone's Voice Memos app (.m4a, compressed). I'm trying to get it to play on any device using the audio tag. <audio ...> <source src={file.href} type=&...
dokgu's user avatar
  • 5,690
0 votes
0 answers
126 views

Muxing steps for Fragmented MP4 into Progressive MP4

I am creating an MP4 muxer app using isobmff Library. I have a fragmented MP4. Example structure: moof/mdat --> moof/mdat etc... Now I want to transmux the fragmented MP4 into being a progressive ...
Kundera's user avatar
  • 155
2 votes
2 answers
315 views

Record file m4a doesn't upload to backend on android flutter

so I was trying to upload files (png, pdf etc) to backend endpoint and it works on both android and iOS and there's a recorder in the app it returns m4a files when I try to upload the m4a files using ...
yyyy's user avatar
  • 125
0 votes
0 answers
278 views

RuntimeError: Expected 2D (unbatched) or 3D (batched) input to conv1d, but got input of size: [1, 1, 2, 160000]

I have kind of torch train script for transcribe the audio files. I have 2 of audio files and one of them has [1 1 16000]shape and the other one [1 1 16000].Both files are 10sec. I coulnt handle the ...
Yunus Koç's user avatar
0 votes
1 answer
764 views

Voice Memos - original timestamp and metadata when saving to external drive

I have a number of voice memos recorded on my iPhone that I have transferred to my Windows laptop (Windows 11) to process further and extract information. If you transfer the particular audio file to ...
sophivar's user avatar
0 votes
0 answers
100 views

Play .m4a in python on android device

I programmed a tkinter script on my android device, which shows you files in a dictionary. You are able to click on a file and then the program gets information like filetype and path to react to it. ...
LappaDerZweite's user avatar
1 vote
1 answer
7k views

How to convert m4a to wav in python?

I used this code to convert the m4a file that I have and the audio file is in the same directory as my code, but the code can't find the file. m4a_file = '1.m4a' wav_filename = 'output.wav' sound = ...
Hesam Hakemi's user avatar
0 votes
1 answer
39 views

PouchDB load m4a attachment into HTML5 player

I have a very simple application I am making that needs to load 30 second m4a files from a couch server. I am able to receive the files but can not get them to load in a player. The files are uploaded ...
James's user avatar
  • 720
1 vote
2 answers
449 views

AVAssetExportSession succeeds to convert mp4 to m4a on iPhone simulator but iPhone device

I'm trying to convert mp4 video file to m4a audio format by AVAssetExportSession on my iOS app. This is the conversion code: let outputUrl = URL(fileURLWithPath: NSTemporaryDirectory() + "out.m4a&...
Toru's user avatar
  • 1,039
0 votes
1 answer
501 views

How can I produce a 9 channel audio file encoded using AAC from 9 (mono) input files?

I'd like to create an AAC encoded audio file with an MP4 container that has a large number of channels, ideally up to 64. I'm running something like this (but with 9 files and a larger list at the ...
Thomas Bratt's user avatar
  • 50.4k
0 votes
2 answers
2k views

How do I read song meta information from an m4a file?

I have code that reads ID3 tags from an mp3 file, but now I have some m4a files. I found some info on the structure of these files, but that doesn't mention ID3 tags. What's the best resource for m4a ...
Stephen Leake's user avatar
0 votes
1 answer
922 views

Using react-native-track-player, audio sounds like under water when playing slow speed

I'm using react-native-track-player for my audio app. When I use TrackPlayer.setRate to set the rate to a slower speed (0.5), the audio sounds like it's coming from underwater. When I play the same ...
Eric Cheon's user avatar

15 30 50 per page
1
2 3 4 5
16