Henry Ouang
Henry Ouang
  • 41
  • 475 412
How to Remove Background Noise (or other Patterns) in Adobe Audition
In this step-by-step tutorial, we delve into the powerful capabilities of Adobe Audition, specifically focusing on capturing a noise print and leveraging the noise reduction effect. This technique is essential for anyone looking to remove specific noise patterns from their audio, dramatically improving the overall sound quality.
In the video, we start with the basics of understanding what a noise print is and how Adobe Audition uses it to identify and isolate unwanted sound. Then, we guide you through the entire process of capturing your own noise print and applying the noise reduction effect. By following this guide, you'll be able to make your audio clearer and more professional-sounding in no time. Whether you're a beginner or a seasoned user looking to improve your skills, this tutorial is a must-watch.
(Thanks ChatGPT for the description)
Liked the video? Like, comment, and subscribe =).
Email me at admin@enteleca.com!
Connect with me on LinkedIn: www.linkedin.com/in/henryouang/
มุมมอง: 1 057

วีดีโอ

MrBeast Views Graphed With Python & Excel
มุมมอง 190ปีที่แล้ว
Analyze any youtube channel's views using this tool in python! It is a bit difficult to visualize what a person's youtube channels views looks like and I can't really find any reliable tool out there to give me that information, so I made a tool for anybody to use! Simply use the code provided in the github below, grab the channel video list's HTML, and run the code. The output should be an exc...
PowerBI - Avoid Displaying (Blank) in Visuals!
มุมมอง 21K2 ปีที่แล้ว
In this tutorial, I show you a quick and easy way to avoid having the annoying (Blank) words come up in a PowerBI visual. When you change a slicer or filter to a zone with no data, your visual may display the (Blank). With this quick fix, we can change the data to display "0" instead of the uglier "Blank". I plan on creating a few other powerbi tutorials in the future as well. Let me know what ...
AWS AppSync - Create a Custom Lambda Resolver with Business Logic
มุมมอง 15K2 ปีที่แล้ว
In this video, I show you how to implement custom resolvers in AWS AppSync. This use case is particularly helpful when you need detailed business logic that VTL templates or a simple query won't solve on its own. Custom resolvers allow you to perform much more flexible authorization, query, and business logic. We implement this by resolving queries on our appsync api to a lambda function, which...
PowerBI - Load Data from Excel into PowerBI!
มุมมอง 6452 ปีที่แล้ว
In this video, I show you how to quickly load excel data into PowerBI. In the beginning when I first learned PowerBI, I found this a bit confusing for me at first. But once you get the steps down, it becomes much easier. I take you through a short 5-6 minute tutorial to teach you how to import you excel data into powerBI. Remember, when importing data, it is important to format and clean your d...
AWS Amplify iOS - GraphQL Query for Nested Models! (Custom GraphQL Queries)
มุมมอง 1.5K3 ปีที่แล้ว
I happened to see a bunch of people questioning on why models within models were not accessible. This video shows you how to access those models efficiently in AWS Amplify for iOS. I've been working in the AWS Amplify for iOS module for thousands of hours - thought I could give some new people a hand. If you enjoyed it, please like, comment, and subscribe. It means a lot to me! You can contact ...
Excel Data To Multiple PDFs (No PowerApps Premium, Free!) - Part 2/2
มุมมอง 7K3 ปีที่แล้ว
In this video, I revisit auto-generating PDFs. I made a video about generating PDFs with PowerApps about a year ago, but it required the paid version of powerapps. Many people were looking for a solution, and I finally came out with a better solution that is also free. Let me know what you guys would like for the next video! If you enjoyed it, please like, comment, and subscribe. It means a lot...
Excel Data To Multiple PDFs (No PowerApps Premium, Free!) - Part 1/2
มุมมอง 11K3 ปีที่แล้ว
In this video, I revisit auto-generating PDFs. I made a video about generating PDFs with PowerApps about a year ago, but it required the paid version of powerapps. Many people were looking for a solution, and I finally came out with a better solution that is also free. Let me know what you guys would like for the next video! If you enjoyed it, please like, comment, and subscribe. It means a lot...
One Click - Excel Data To Multiple PDFs (No PowerApps Premium!) - Demonstration
มุมมอง 1.2K3 ปีที่แล้ว
In this video, I revisit auto-generating PDFs. I made a video about generating PDFs with PowerApps about a year ago, but it required the paid version of powerapps. Many people were looking for a solution, and I finally came out with a better solution that is also free. Please share this video if you found it helpful to help people all around the world generate their PDFs! Let me know what you g...
AWS Amplify for iOS - User Authentication Tutorial 3/3 - Final Part!
มุมมอง 1.3K3 ปีที่แล้ว
In this tutorial, we will be learning User Authentication in the AWS Amplify SDK for iOS. This was a hard topic for me to learn because there weren't that many tutorials out there to watch. Once I figured it out though, I was able to create multiple applications using the SDK provided by Amplify. It is a wonderful framework so I thought I should share it with people around here. This is the fin...
AWS Amplify for iOS - User Authentication Tutorial 2/3
มุมมอง 1.3K3 ปีที่แล้ว
In this tutorial, we will be learning User Authentication in the AWS Amplify SDK for iOS. This was a hard topic for me to learn because there weren't that many tutorials out there to watch. Once I figured it out though, I was able to create multiple applications using the SDK provided by Amplify. It is a wonderful framework so I thought I should share it with people around here. This is the sec...
AWS Amplify for iOS - User Authentication Tutorial 1/3
มุมมอง 2.4K3 ปีที่แล้ว
In this tutorial, we will be learning User Authentication in the AWS Amplify SDK for iOS. This was a hard topic for me to learn because there weren't that many tutorials out there to watch. Once I figured it out though, I was able to create multiple applications using the SDK provided by Amplify. It is a wonderful framework so I thought I should share it with people around here. This is the fir...
Power Automate - Automatically Save New Files To A Different OneDrive Account Folder
มุมมอง 16K4 ปีที่แล้ว
Power Automate - Automatically Save New Files To A Different OneDrive Account Folder
PowerApps Performance Optimization - MEASURE Your Performance Improvements!
มุมมอง 1.5K4 ปีที่แล้ว
PowerApps Performance Optimization - MEASURE Your Performance Improvements!
Differences Between PowerApps & iOS Development - Creating a Button!
มุมมอง 1.8K4 ปีที่แล้ว
Differences Between PowerApps & iOS Development - Creating a Button!
AWS Amplify for Javascript - Save to Database and Conclusion! (3/3)
มุมมอง 9304 ปีที่แล้ว
AWS Amplify for Javascript - Save to Database and Conclusion! (3/3)
AWS Amplify for Javascript - Adding API and Pushing to Cloud! (2/3)
มุมมอง 7844 ปีที่แล้ว
AWS Amplify for Javascript - Adding API and Pushing to Cloud! (2/3)
AWS Amplify for Javascript - Initialize an Amplify Project in Javascript! (1/3)
มุมมอง 2.7K4 ปีที่แล้ว
AWS Amplify for Javascript - Initialize an Amplify Project in Javascript! (1/3)
PowerApps Performance Optimization - One Simple Trick! (2X+ SPEEDS ON YOUR APPS!)
มุมมอง 7K4 ปีที่แล้ว
PowerApps Performance Optimization - One Simple Trick! (2X SPEEDS ON YOUR APPS!)
AWS Amplify for iOS - Initialize Amplify in an iOS XCODE project!
มุมมอง 3.8K4 ปีที่แล้ว
AWS Amplify for iOS - Initialize Amplify in an iOS XCODE project!
PowerApps Dashboard UI/UX Template Brainstorming Ideas!
มุมมอง 5K4 ปีที่แล้ว
PowerApps Dashboard UI/UX Template Brainstorming Ideas!
Generate Barcodes inside of PowerApps!
มุมมอง 22K4 ปีที่แล้ว
Generate Barcodes inside of PowerApps!
Stock Ticker Prices on PowerApps using API!
มุมมอง 5K4 ปีที่แล้ว
Stock Ticker Prices on PowerApps using API!
Save Location Data in Sharepoint with PowerApps!
มุมมอง 18K4 ปีที่แล้ว
Save Location Data in Sharepoint with PowerApps!
Send an Email within PowerApps
มุมมอง 12K5 ปีที่แล้ว
Send an Email within PowerApps
Learn PowerApps and Flow - Generating PDFs from PowerApps
มุมมอง 11K5 ปีที่แล้ว
Learn PowerApps and Flow - Generating PDFs from PowerApps
Create a Dynamic Budget-Expense Overview inside of PowerApps
มุมมอง 11K5 ปีที่แล้ว
Create a Dynamic Budget-Expense Overview inside of PowerApps
Lightbulb Scenarios Analysis with Multiple Scenarios
มุมมอง 2535 ปีที่แล้ว
Lightbulb Scenarios Analysis with Multiple Scenarios
Probability Distribution Models with Multiple Trials
มุมมอง 3435 ปีที่แล้ว
Probability Distribution Models with Multiple Trials
Scan and Store Barcodes in Sharepoint using PowerApps!
มุมมอง 42K5 ปีที่แล้ว
Scan and Store Barcodes in Sharepoint using PowerApps!

ความคิดเห็น

  • @janekosasih6865
    @janekosasih6865 6 วันที่ผ่านมา

    THANKS!! REALLY HELPFUL!!

  • @MultiAilove
    @MultiAilove หลายเดือนก่อน

    BRILLIANT!!! Thank you so much! You are STAR!!

  • @pauldippenaar658
    @pauldippenaar658 2 หลายเดือนก่อน

    Thank you very much and it works perfect. I do have a question though. Lets assume you work with a big data set, lets say 500. But you want to exclude some of it. Let say you want to print 1 - 150; then don't print 151 to 200; then print 201 to 300, exclude 301 to 350 and then print the rest till you reach 500. Can you please help with this

  • @jorgeriveramx
    @jorgeriveramx 2 หลายเดือนก่อน

    This is great, thanks!

  • @KI_Burgberg_DE
    @KI_Burgberg_DE 2 หลายเดือนก่อน

    yes, it works. But the few free calls per day are not useful. There are better providers.

  • @samsonadeyanju9194
    @samsonadeyanju9194 2 หลายเดือนก่อน

    Thank you for helping and making it easy and straightforward

  • @jeffreyhibbard369
    @jeffreyhibbard369 3 หลายเดือนก่อน

    Thank you!

  • @alpanapradhan2328
    @alpanapradhan2328 3 หลายเดือนก่อน

    Thankyou. Excellent tutorial. Short and to the point. Can you also make one with checkbox.

  • @zerokhan858
    @zerokhan858 3 หลายเดือนก่อน

    wow this is useful!

  • @J0hn1o1o
    @J0hn1o1o 5 หลายเดือนก่อน

    Thank you for this two-part series! You explained every aspect and supplied free code! Amazing!

  • @zerokhan858
    @zerokhan858 5 หลายเดือนก่อน

    thank you so much!

  • @ArmenioRodriguesAndrade
    @ArmenioRodriguesAndrade 5 หลายเดือนก่อน

    That is super helpful, thank you for the video. One question though: if I need to select specific data (not just one or all of them), let's say I only need the active workers' reports and not all the workers' reports in the file, how should I do it?

  • @financetips
    @financetips 5 หลายเดือนก่อน

    Is it possible to email the pdf instead of save? So that is 10 different email address if 10 records based on the email line of the record

  • @financetips
    @financetips 5 หลายเดือนก่อน

    When I heard VBA …I got scared. But I followed through lol. I am going to test on my side. My data is not in a simple list but in a template form that is similar

  • @BMW-Tourer
    @BMW-Tourer 5 หลายเดือนก่อน

    Its working for me but Its only copying the files in the folder, how do you get it to copy the whole folder? for example in my Source folder I have new folders created from a JotForm this works but instead of copying the whole new folder, it copies just the files within it?

  • @TheAtinadjb
    @TheAtinadjb 5 หลายเดือนก่อน

    I need you help

  • @jim27105
    @jim27105 5 หลายเดือนก่อน

    I really like this approach. Also you have a very cool signature 👍🏼

  • @naveen.rajagopala
    @naveen.rajagopala 5 หลายเดือนก่อน

    PDF Files uploaded to OneDrive are not working. Size of auto saved PDF files are less than 5KB, corrupted. How to fix this?

  • @dsmgroup6426
    @dsmgroup6426 6 หลายเดือนก่อน

    how to define. the schema if the response is a json array? for example { addresses: [{}] } ?

  • @AnastasiaVlasova-gd1pd
    @AnastasiaVlasova-gd1pd 6 หลายเดือนก่อน

    Thank you so much!

  • @JParanEasyExcelHub
    @JParanEasyExcelHub 6 หลายเดือนก่อน

    thanks a lot sir!

  • @Milyboy6412
    @Milyboy6412 7 หลายเดือนก่อน

    hey mate , good stuff, is there a way to store the SharePoint link for the new document in Dataverse for back office proposes , if yes , how to do that ?

  • @MichaelDeBlasis1369
    @MichaelDeBlasis1369 8 หลายเดือนก่อน

    I'm building a housing app that has a lot of payment dates, checkin and checkout dates. I was using a dynamic calendar to track them all but this now has me thinking a status bar view dashboard might be just the thing these users would love.

  • @MichaelDeBlasis1369
    @MichaelDeBlasis1369 8 หลายเดือนก่อน

    Well Done and very informative. TY Henry. I'll be sure to check out your website as well.

  • @Alexander-do2wp
    @Alexander-do2wp 8 หลายเดือนก่อน

    AMAZING!!! I finally got an long term issue solved thanks to you!

  • @huyenduongtran589
    @huyenduongtran589 8 หลายเดือนก่อน

    Are you Vietnamese, your voice is so nice!

  • @FnuPujiyono
    @FnuPujiyono 8 หลายเดือนก่อน

    Nice !

  • @animasophi12
    @animasophi12 8 หลายเดือนก่อน

    Thank you Henry

  • @MrDionmar
    @MrDionmar 9 หลายเดือนก่อน

    Tks a lot, how to do that using dynamic OneDrive Account folder ?

  • @krutanandaacharya5925
    @krutanandaacharya5925 9 หลายเดือนก่อน

    PASTE THE CODE IN THE DESCRIPTION OR PIN IN THE COMMENT ** LISK IS NO MORE WORKING **

    • @henryouang
      @henryouang 9 หลายเดือนก่อน

      Hey, it is fixed. Sorry about that!

  • @krutanandaacharya5925
    @krutanandaacharya5925 9 หลายเดือนก่อน

    PASTE THE CODE IN THE DESCRIPTION OR PIN IN THE COMMENT ** LISK IS NO MORE WORKING **

  • @gopikap2512
    @gopikap2512 9 หลายเดือนก่อน

    "Ask in PowerApps" option is missing under add dynamic content option. its showing only " body". please suggest

  • @Idk0421-i5t
    @Idk0421-i5t 9 หลายเดือนก่อน

    Is there a way to save the barcode to sharepoint list?

  • @RalphCarras
    @RalphCarras 9 หลายเดือนก่อน

    The link does not work - please post link

    • @henryouang
      @henryouang 9 หลายเดือนก่อน

      This has been fixed - sorry about that!

  • @aaryachoukhany5173
    @aaryachoukhany5173 10 หลายเดือนก่อน

    Thanks for the amazing video, Best solution I saw online. The link for the code doesn't seem to work, could you add it again ?

    • @henryouang
      @henryouang 9 หลายเดือนก่อน

      Hey, this has been fixed. Sorry about that!

  • @046-pk2kv
    @046-pk2kv 10 หลายเดือนก่อน

    thx for the help me , if success im follow u all over

  • @irfanb4332
    @irfanb4332 10 หลายเดือนก่อน

    Can you make a macro to make multiple pdfs out of websites using an excel list with a column with names for the pdfs and a column of websites?

  • @Lineage2Ragnarok
    @Lineage2Ragnarok 10 หลายเดือนก่อน

    Is this the only way to set the product name to automatic?

  • @deepanshsaxena5677
    @deepanshsaxena5677 10 หลายเดือนก่อน

    Thoroughly enjoyed! Cleared so many concepts in small time. Thank you so much for sharing this!

  • @youser1234
    @youser1234 11 หลายเดือนก่อน

    Worked great for me. Thanks a lot Henry! Since the link Henry shared is dead, here comes the code with emoji "🤔" that need to be changed dependent on your worksheet. Sub Generate() Dim wsA As Worksheet Dim wbA As Workbook Dim strName As String Dim strPath As String Dim strFile As String Dim strPathFile As String Dim myFile As Variant On Error GoTo errHandler Set wbA = ActiveWorkbook Set wsA = ActiveSheet Application.DefaultFilePath = "🤔" strFile = Range("🤔").Value & ".pdf" strPathFile = Application.DefaultFilePath & strFile wsA.ExportAsFixedFormat _ Type:=xlTypePDF, _ Filename:=strPathFile, _ Quality:=xlQualityStandard, _ IncludeDocProperties:=True, _ IgnorePrintAreas:=False, _ OpenAfterPublish:=False exitHandler: Exit Sub errHandler: MsgBox "Oops something went wrong! " Resume exitHandler End Sub Sub GenerateAll() Dim i As Integer For i = 1 To Range("🤔").Value Range("🤔").Value = i Call Generate Next i End Sub

  • @wsadewo
    @wsadewo 11 หลายเดือนก่อน

    Sorry I dont understand 😁 Where is the pdf anyway?

  • @benedictcontawe3355
    @benedictcontawe3355 11 หลายเดือนก่อน

    9:11 I hate that notification sound

  • @rvikram1192
    @rvikram1192 ปีที่แล้ว

    But what is macro code for generate pdf

  • @zahirarahvenia5738
    @zahirarahvenia5738 ปีที่แล้ว

    You absolutely help my task Henry, thank you so much

  • @tomtebodakoloni3228
    @tomtebodakoloni3228 ปีที่แล้ว

    Hi Henry, I recently watched your video on how to scan and store barcodes in SharePoint using Power Apps. I found it to be very informative and helpful, so I wanted to take a moment to express my gratitude for your efforts in creating such a valuable resource. I have a specific question regarding an existing SharePoint list. Suppose I have a list that is already populated with data, but it lacks a barcode and a running number. I would like to add these two fields to the list, with the running number serving as the barcode. Could you please provide some guidance on how to accomplish this? Thank you once again for your insightful video. I look forward to your response. Best regards

  • @crushing46
    @crushing46 ปีที่แล้ว

    Hey Henry, is there a way to convert a large .xlsx file to a smaller .xlsb format prior to downloading? my files that come in daily are 50mb or greater and it doesn't appear that it will work on those sizes

  • @filibertodurangarcia
    @filibertodurangarcia ปีที่แล้ว

    How did you´ve created the items on 03:45:00?

  • @TheBigBosske
    @TheBigBosske ปีที่แล้ว

    Hi Henry, On it... Stupid question, but the form supports all characters (e.g. Chinese, Arabic)?

  • @ChadFuller-y5s
    @ChadFuller-y5s ปีที่แล้ว

    So Awesome, Henry!! Thanks a ton. I'm a novice and you made this soooo easy. Only thing I'm having trouble with is saving the pdf's to a network (MS Sharepoint) file path that start out . Can this be done? Thanks!

  • @radhansaati8929
    @radhansaati8929 ปีที่แล้ว

    Hello, i have a question, would it be possible if printing all records into one pdf (each page is a record)? would be greater even! thanks for this so much!