开发者

playback

0
  • Play and Seek Audio File in java

    I used this class to play my Wav file. Its very good but How to start my wav file on some position (KB or second)?[详细]

    2023-03-26 14:32 分类:问答
  • Find the Length of a Song with Pygame

    I\'m building an Radio Automation Program, but I can\'t figure out how to have a timer countdown the number of seconds left in the song. I\'m currently using Pygame and don\'t really want to load anot[详细]

    2023-03-24 22:45 分类:问答
  • Getting microphone volume while recording

    I\'m using the simple app shown in the Android documentation to play around with recording and playing audio. Just to add a small feature, I want to get the volume of the microphone while it\'s record[详细]

    2023-03-24 13:28 分类:问答
  • Playing audio files in android

    I need to play long audio files using the Android SDK. I am aware of the MediaPlayer framework shipped by Android, but I was开发者_开发知识库 wondering wether the built-in \"Music Player\" application[详细]

    2023-03-24 12:31 分类:问答
  • How to play a wav file on high frequency?

    Do you have any idea on converting my wav audio d开发者_运维技巧ata to high frequency playback.[详细]

    2023-03-24 05:53 分类:问答
  • Animated audio play button on iPhone

    I am playing audio in my app through FMOD. In my media player I currently just have a play button with a slider that tracks your progress through the audio clip. What I want to do is have basically a[详细]

    2023-03-23 20:33 分类:问答
  • Returning to application after videoplayback

    I have an application that has a list of videos with a play button. When I click on video, a separate activity is called through intent. When the video is finished, it remains there and it doesn\'t go[详细]

    2023-03-20 06:24 分类:问答
  • SoundPool Not Loading in Android App

    I\'m making an app where I\'m trying to load a single sound onto a SoundPool so I can manage the playback rate when I want, play it when I want, and release it when I want.However, my SoundPool is not[详细]

    2023-03-19 12:37 分类:问答
  • OGG Audio to AudioTrack

    I\'m trying to load an OGG file onto an AudioTrack so that I can manage the playback rate and play it.However, I\'m getting a null pointer exception at the line \"track[voiceIndex] = dis.readByte();\"[详细]

    2023-03-19 11:03 分类:问答
  • Android R Id to type File

    I\'m making an app that must slow down the playback of audio files.The audio files\' ids are in an int[] array (like R.raw.one, R.raw.two).Here\'s my problem, I\'m trying to iterate through this array[详细]

    2023-03-18 20:50 分类:问答