In phonetic analyses, while using software like Praat, I have seen people's liking mono sounds over stereo sounds. Even if the recordings were done using a stereo microphone, the audio files are often converted to stereo. Any reason besides saving up a lot of memory? Thanks.
1
There are 1 best solutions below
Related Questions in SPECTROGRAM
- When I create a series of spectrograms from a long audio file, the colour intesities vary noticably
- Python Spectrograms (scipy.signal.spectrogram function)
- Python Scipy Spectrogram
- Right command for Saving Spectrgram images in the drive
- Spectrogram PNG back to WAV Audio
- How Can I generate detect signals (2.4GHz) and generate spectrograms from them like this one?
- How to Normalize Power Values in Time-Frequency Analysis (STFT) in MATLAB
- Audio to spectrogram image and back to audio
- Use Wand (ImageMagick python) before rendering in matplotlib (with spectrograms)
- Python Spectrogram: Get Start and End Point of shown frequencies
- Scipy Incorrect Amplitude when computing FFT
- Python Spectrograms for song identification
- How to limit the frequency range of a Scipy signal spectrogram
- The requested array has an inhomogeneous shape after 2 dimensions, eventhough sequence length is the same
- How can get clearer frequency data from the js AnalyserNode
Related Questions in LINGUISTICS
- Likert scale study - ordinal regression model
- Automatic Word Boundary Detection for German
- Can log2 be substituted with ln in logDice association measure in R?
- Using numeric column in dataframe within formula in R
- Query Wikidata via SPARQL to get specific word etymology from Wiktionary
- What does "assign A to B" mean?
- Problems with reproducing the training of the spaCy pipeline
- In NLTK, how to generate a sample of sentences from PCFG, respecting the probabilities
- LLM Content Generation in Non-English Languages
- In R, is it possible to create a random list of words for a speech stream (exposure) where I give it the syllable triplets I need (psycholinguistics)?
- Weighted Distance Matrix for QWERTZ Keyboard for Levenshtein Distance Algorithm
- How to develop a corpus(corpus analysis)
- How do I study linguistic features of NLP libraries like spacy/NLTK in-depth?
- Tool for detecting differences between text passages from two different groups
- R - readtext and list of .xml files
Related Questions in AUDACITY
- How do I open an Audacity on RPI startup?
- How can there be Clipping in Opus Audio Files opened in Audacity?
- How to run Filter Curve EQ (Walkie-talkie) on folder (via script)?
- Audio equalizer from Audio Spectrogram
- How can I use cmake to download and build ALSA and PortAudio libraries while building audacity from source?
- Normalizing audio of several wav snippets with ffmpeg
- Mix 8 bit audio files in flutter
- What is a good way to draw a waveform with pyqt6?
- FFT analysis vs Audacity
- Why is this sine tone I generated messy (in .wav file)?
- pywinaudio doesn't recognize all of the controls in Audacity
- Replacement for pa_alsa_linux.h and pa_jack.h with pipewire
- How do I format a raw audio file to import into Audacity?
- Is there any program that will render all segments of non-silence from an mp3 file into a separate file?
- Audacity - Joining two audio parts Issue - I get a weird audio "spike" "bleep sound" at the connection point (see pictures)
Related Questions in PRAAT
- I made a CPP measuring script and what should I add to my script to skip the unmeasurable files and keep the script running?
- Get specific number of samples from audio
- Praat - can't open some wav files, "file not finished" error
- PHP Shell_exec isn't capturing the full output/is not waiting for the command to finish
- Praat scripting: extract duration of interval on a different tier
- How can praat get formant data from audio?
- Use Praat to get maximum and minimum pitch in a CSV
- Is there a way I can initiate a empty array, and add elements to it in a loop?
- Batch praat script for multiple sections of a sound file
- How do you solve the Praat error 'Wrong xmin and xmax" whentrying to open an export from ELAN?
- Combine two Praat textgrid file
- PRAAT create string array and search in that array
- Praat Script "set boundaries over multiple tiers"
- Frame-by-frame value for pitch and intensity?
- Praat script to remove specific boundaries
Related Questions in PHONETICS
- How do I find the maximum phonetic and synctactic similarity between two strings?
- How to separate Phonetic, Word Break and Word Join keywords from list of keywords using python?
- How to extract phonetic language from the web with Python
- How to easily convert English audio files to IPA (phonetics) with time stamps on Windows?
- What phonetic notation or transliteration style Google uses for showing the transliteration of the Bangla Words in Google Translate?
- Looping through an array of float column in a Pyspark DataFrame to find which values pass through a condition
- ɔ̃ does not exist in JavaScript
- Fieldwork audio recording for acoustic analysis: stereo or mono? appropriate gain?
- illegal_argument_exception","reason":"Unknown filter type [phonetic] for [phonetic]
- Praat script to remove specific boundaries
- How can i search for phonetic word in ms sql
- Can Mandarin pronunciation be coded by ARPABET phone set?
- Phonetic Algorithms for Postgresql
- Is there a python library I could use to convert audio to phonemes?
- Parallelizing phonetic distance between all pairwise combinations of words in a document
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I've gathered a bunch of sources that marginally comment on whether to use mono or stereo audio. The consensus seems to be that mono audio saves space, like you said. However, a few of the sources note some of the times when you'd want to use stereo audio.
You want to record simultaneous electroglottograph data. Having both the audio and the electroglottograph data on one file as "stereo" audio keeps your data tidy.
You want to record audio once, but also want to choose the better half of the audio after your recording is done.
Also, note that human language is pretty much produced as a mono signal. I don't know of any human language that depends on stereo audio in order to communicate meaningful information. This link mentions that some occupations involving emergency communication make use of different audio in each ear to get more information across at the same time, but that's as close of a resource as I can find concerning stereo uses of language.
It also appears that Praat can't work with multiple files when they aren't all mono or all stereo, so that might also be a reason to use mono audio. Duplicating mono audio into both ears isn't quite the same as reducing stereo audio to mono audio.
Here's the most useful sources I found:
From https://colangpraat.wordpress.com/part-3-how-to-record-using-praat/
From https://web.stanford.edu/dept/linguistics/corpora/material/PRAAT_workshop_manual_v421.pdf
From https://www.fon.hum.uva.nl/praat/manual/ExperimentMFC_2_2__The_stimuli.html
From https://www.fon.hum.uva.nl/david/LOT/sspbook.pdf
From https://person2.sol.lu.se/SidneyWood/praate/monstee.html