Home > Article > WeChat Applet > 10 recommended articles about recording
WeChat jssdk recording function development record tag (space separated): Front-end 0. Requirement description Open the page in the WeChat browser, make a button, the user starts recording after pressing and holding the button, stops recording after letting go, and uploads the recording. Long-term preservation. 1. Development process If you are developing an ordinary display page, it is no different from developing an ordinary page. However, if you want to use the recording function of the device (mobile phone) here, you need to call the recording interface of the WeChat app and use the WeChat jssdk. Use WeChat jssdk: WeChat JS-SDK instruction document. First log in to the WeChat public platform and enter the "Function Settings" of "Official Account Settings" to fill in the "JS Interface Security Domain Name". [Requires a WeChat public account] Introduce JS files and inject permissions through the config interface to verify the configuration. Handle successful verification through the ready interface and handle failed verification through the error interface // Assume that WeChat jssdk has been introduced. [Supports loading using AMD/CMD standard module loading method] wx.config({ debug: true,&am
1. Detailed introduction to the recording function
##Introduction: WeChat jssdk recording function development record tags (space separated): Front-end 0. Requirement description Open the page in the WeChat browser and create a button. The user starts recording after pressing and holding the button, and stops recording after letting go. Upload the recording and save it long-term. 1. Development process If you are developing an ordinary display page, it is no different from developing an ordinary page. However, if you want to use the recording function of the device (mobile phone) here, you need to call the recording interface of the WeChat app and use the WeChat jssdk. Use WeChat jssdk: WeChat JS-SDK documentation. First log in to the WeChat public platform and enter "...
2. Voice Search (SUSE Version) Example of Mini Program Development
Introduction: Directly call the WeChat applet recording interface, and then upload it to the server. Baidu Voice interface cannot recognize it. For files in this format, the question is: 1. How to transcode? 2. How to use it in PHP? This article will solve these two problems: 1. Baidu Voice 2. Silk file format. Conversion 1. The portal for transcoding silk file format is here: https://github.com/kn007/silkv3decoder What needs to be noted is: 1. First, you must install...
3 . Recording function developed by WeChat
##Introduction: .Requirement description Open in WeChat browser On the page, make a button. After the user presses the button, he starts recording. When he lets go, he stops recording and uploads the recording and saves it for a long time. 1. Development process If you develop an ordinary display page, it is no different from developing an ordinary page. However, to use the recording function of the device (mobile phone), you need to call the recording interface of the WeChat app and use WeChat jssdk: WeChat JS-SDK documentation
##4. .
Example of recording processing code that implements a speaking function similar to WeChat##Introduction: Code snippet, Code sharing, PHP code sharing, Java code sharing, Ruby code sharing, Python code sharing, HTML code sharing, CSS code sharing, SQL code sharing, JavaScript code sharing
##5. Detailed explanation of HTML5 web page recording and compression sample code
#Introduction: Because I am not familiar with html5, so I After checking some data, it turns out that it is very convenient to use the FormData object in HTML5
6.
# Introduction: This article explains in detail the method of calling the recording function and audio playback in the WeChat applet ##7. WeChat jssdk recording function development record ## Introduction: This article mainly introduces the WeChat jssdk recording function development record 8. Implementation of WeChat chat page for iOS development ##Introduction: Chat interface The rendering is as follows: In the chat interface below, three types of cells are used, one for displaying text and expressions, one for displaying recordings, and one for displaying pictures. When the picture is clicked, it will jump to another Controller to display the picture. A pinch gesture is added to the picture display page. Clicking the play button will play the recorded audio. The height of the cell will be adjusted according to the content, and the height of the textView in the cell is set through constraints. 9. Introduction: The player code can play wmv music normally, but the recording file given by the customer is a wmv file with a bit rate of 8kbps, so it cannot be played. Can you please help? 10. Introduction : How to add a recording function to the webpage [Related Q&A recommendation]: java - android calls the system recorder and can Return the #ios containing the recorded audio - How to achieve a UI effect similar to Voice Memos recording? javascript - Can HTML5+js implement the function of uploading recordings? javascript - Does anyone know how to play amr on a webpage~ java - The Uri returned by android calling the recorder is file:/// The beginning?
The above is the detailed content of 10 recommended articles about recording. For more information, please follow other related articles on the PHP Chinese website!