Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
17 views

site :https://onlineradiofm.in/stations/vividh-bharati I need this audio player for my fm radio site . What is this player script and name . Where do i get it? Thank you for your help if only Euuph ...
Nagaraj's user avatar
  • 398
0 votes
2 answers
56 views

There are well documentated ways to enumerate MMDevice audio devices such as: How do you programatically get a list of a computer's recording devices? Does anyone know a way to tell if a devce is USB ...
Gary Metalle's user avatar
0 votes
3 answers
68 views

I'm trying to play multiple sine waves at once in Python using pysinewave, but I need to make them sound quieter as they go up in pitch. The problem I'm running into is making them at different ...
Techy's user avatar
  • 27
Advice
0 votes
1 replies
92 views

https://codepen.io/sekedus/pen/ExxjZEz I have been using the HTML 5 Audio Player with Playlists in a couple of sites for a few years. It works quite well. Up until recently it would advance ...
Larry Moss's user avatar
3 votes
0 answers
97 views

I'm working on a screen recording app using ScreenCaptureKit and I've hit a strange issue. My app records the screen to an .mp4 file, and everything works perfectly until the .captureMicrophone is ...
Zaid's user avatar
  • 443
0 votes
3 answers
68 views

I have pyaudio starting a recording when a GPIO button is pressed then stops the recording when the GPIO button is pressed again, any reason why it's appending the audio to the file. I want a new file ...
Ryan Fitz's user avatar
2 votes
0 answers
68 views

I’m currently developing a Full Motion Video (FMV) game which, by its nature, contains a very large number of video and audio clips. I’ve encountered a critical issue that only appears in the built ...
İsmail Seçkin's user avatar
1 vote
1 answer
71 views

I'm trying to record audio from my computers speakers and microphone, the idea is to create a program that can transcribe any meeting, regardless of what I'm using (web cam, speakers, air pods, ...
James Batts's user avatar
1 vote
0 answers
51 views

So I found the undocumented API to change sound device formats How to change microphone format programmatically However, it's still unclear how to enumerate the available endpoint formats that can be ...
Tom Huntington's user avatar
1 vote
0 answers
151 views

I am learning Python these days for data-science, ML and network programming amongst other things. I am trying to implement a simple Icecast client to stream live audio to Icecast server such as ...
Awais Mushtaq's user avatar
1 vote
0 answers
98 views

This is portacapture x8 format selection in windows sound settings. Portacapture Input Settings ComboBox When 2 channel is selected from combobox, in NAudio C# application I can see mmdevice....
guresha's user avatar
  • 11
1 vote
1 answer
37 views

I have an AudioGraph Audio*InputNode.AddOutgoingConnection(AudioDeviceOutputNode) User pauses audio leaves computer and Monitor eventually turns off, disconnecting the Sound Output Device User comes ...
Tom Huntington's user avatar
1 vote
1 answer
65 views

I have an audio file (in .m4a / .wav format) stored on the Android device, and I need to transcribe the speech content from it into text. From my understanding, the built-in SpeechRecognizer API in ...
Tushar raina's user avatar
1 vote
0 answers
40 views

I have below simple iOS app with just one screen: import SwiftUI import AVFoundation struct ContentView: View { let synthesizer = AVSpeechSynthesizer() let timer = Timer.publish(every: 10, on:...
awh's user avatar
  • 143
1 vote
0 answers
58 views

I’m developing a VoIP app that uses Linphone and CallKit. Everything works as expected until the user enables the speaker on the native CallKit screen. After that, all subsequent calls start with the ...
jir_jir123's user avatar
1 vote
0 answers
56 views

I am trying to conduct some automated testing on my iPhone on an app that uses speech for various commands. My approach will be: Use a Text to Speech tool to generate the speech I need as various ...
PKen's user avatar
  • 121
1 vote
1 answer
72 views

I'm working on an audio recording feature. I usually work with my macbook closed and noticed a bug where if the mac is closed, the built-in microphone still shows up as an audio input but when i ...
Max Williams's user avatar
1 vote
1 answer
108 views

I'm building a React Native app that plays audio using react-native-track-player. Everything works well when the audio is actively playing — I can see the media widget on the lock screen, control ...
Pabashani Herath's user avatar
0 votes
0 answers
134 views

I created a transcription and audio extraction Python script using Claude AI and Whisper. I get audio spillage that comes into the audio extracted (the wave form at the start and end of the screenshot)...
stanonstack's user avatar
2 votes
1 answer
77 views

I'm trying to get short audio samples into my iOS app (in Kotlin Multiplatform). Here's my relatively simple setup (sampleRateInHz is defined elsewhere): val bufferSize: AVAudioFrameCount = 512u val ...
Ryan's user avatar
  • 23
1 vote
1 answer
153 views

Problem Description I'm trying to play an MP3 audio file in my Next.js 15 application, but the audio files in the public/audio/ directory are not being served. When I check the browser's developer ...
luxun1910's user avatar
2 votes
1 answer
419 views

I'm developing a Reactive Native app with audio as one of the main features. Recently, I noticed that playing in silent mode on iOS is no longer working and I can't quite figure out why. I have also ...
juminoz's user avatar
  • 2,758
1 vote
0 answers
57 views

My current code is supposed to have a function, SINESYNTH, that takes 2 arguments (length and frequency) and make an audio clip of that length at that note. my code currently looks like: TOFREQ ← ×220˜...
phidas's user avatar
  • 29
1 vote
1 answer
27 views

Periodic beeping in live audio stream using Flask-SocketIO and sounddevice — concurrency or deployment issue? Question I'm building a live audio streaming feature with Flask-SocketIO and sounddevice. ...
Daniel's user avatar
  • 51
0 votes
0 answers
70 views

I’m currently learning JavaScript and trying to build a simple SoundCloud clone. I’m using WaveSurfer.js for audio waveform visualization, but I’ve run into a couple of issues: Problem 1: Double ...
mqbtw4's user avatar
  • 1

1
2 3 4 5
719